Search
11091 results 221-230
Forum
- 8th Feb 2017Default Sort functionalty not working correctly when on-demand loading of data is implemented.of any column for sorting (this will be the first time I'll sort by clicking after page
- 6th Feb 2017Date sorted as string - how can I make it sort correctly?Alternatively - just my own preference - it is logical to be returning a timestamp for sorting. You could then have a "hidden" column for the timestamp, and sort column "formatted date for display" by your hidden column "timestamp".
- 27th Jan 2017How to change the sort icon position in table headersort icon position
- 26th Jan 2017SORT problemit instead of using sort(), but it does mean that your table will be sorted. Kevin's workaround is a
- 6th Jan 2017Sort numbers with string in one rowto "num", and the sorting is ok with all
- 3rd Jan 2017Is there anyway I can control sort and paging based on user confirmation?in the confirmation dialog sort operation should not be
- 15th Nov 2016Options - Sort Helpthe SQL) it will sort based on the rendered
- 11th Nov 2016How can I preserve user selected sort order while giving precedence to initial sortingto keep the selected sort from changing and I
- 10th Nov 2016Unbinding and re-binding sort listenersAnother way I could do this would be capturing the click before the sort happens and ignore it. Is there a callback before the table sort takes place that I could drop if the table is this "unsortable" state?
- 20th Sep 2016Table Object Redraw With Empty Sort Array Throws ErrorThat works, but the remaining question is how to apply a sort to the table redraw, in the case that the instantiation has order:[ ] and the redraw then wants a sort applied. Thanks for the quick response sir!