Search
11152 results 1141-1150
Forum
- 14th Nov 2018Rows missing after turning on sort featuresorry, problem solved!
- 14th Nov 2018Value from joined table, can be sort by drag drop editor?Duplicate of this thread, closing.
- 8th Nov 2018Click and drag to sort rows?The RowReorder extension will do that. Kevin
- 23rd Oct 2018Stop sort after Inline Update & Add new Itemto use the absolute sorting plugin to keep new
- 21st Oct 2018Setting a column type and using createdCell doesn't let column sortI suspect you will want to use columns.render instead when trying to set the data of the column. Kevin
- 20th Sep 2018Can you force "order" option to interpret and sort data as numeric rather than string?Hi @AdamCMP , DataTables normally detects the type if the column is all numbers like that. It would be worth checking the data to make sure there's no non-numeric characters in there. If it looks good, you can force the type with columns.type, and specify num. Cheers, Colin
- 30th Aug 2018Left align sort icon to text on column namesAs an update for anyone else looking at this in the future, it seems like a consistent alignment to the direct right side of the column name isn't possible. Fortunately my client was happy with it being on the lefthand side which worked great. Thanks again @colin
- 26th Jul 2018Changing Sort Order doesn't change visual indicatorseems I answered my own question: it needs to say "desc" instead of "dsc" even though both keywords work!
- 4th Jul 2018Two DataTable instances do not sort corresponding data according to "order" parameterCool.. will surely do what is required by rules of this forum.. Give me some time please.. as this is not a stopper currently and I need to complete rest of the modules ASAP.. Thanks a lot... Will seek your assistance soon.. Cheers!
- 20th Jun 2018NPM version 1.10.18 of datatables missing sort imagesYes - sorry about this! I'm going to have to do a 1.10.19 release to resolve this. I'll tag it tomorrow I think. Allan