Search
12950 results 491-500
Forum
- 24th Nov 2023Import order hiccup (Bootstrap + DataTables + jquery)Hurrah - good to hear you got it going. Allan
- 6th Sep 2023If you use the complex header and color order together, an error occurs. Is there a solution?That is correct. At this time there is no support for complex headers with ColReorder - sorry. That might change in future, and DataTables 2 will lay the groundwork for that, but there is obviously a lot of complicated cases whereby you might move groups of columns, or a grouped item out of a group etc. It isn't on the short term development plan. Allan
- 27th Apr 2023order by checkbox?I'm guessing from your description you are using server-side processing (serverSide)? If so, then no, the checkbox column cannot be sortable. The reason for that is that the checked state is client-side, but the sorting is all happening at the server-side. Thus the server-side doesn't have the information available to be able to sort the column. Allan
- 2nd Mar 2023Server side processing - form data order as nameIt works, thanks!
- 15th Feb 2023Order local currency PT-BRThank you! The formatted number option worked perfectly in all the tables I had, thank you very much! :)
- 2nd Feb 2023Multiple tables having the same column header order using datatables.netThe column-reorder event fires when either the user or API reorders the column. I would look at turning off the event handler before reordering via the API then turn it back on once the API is complete. Kevin
- 26th Sep 2022Problems with the order of the arrows in the header cellsVery grateful for the help. I had several versions of Jquery
- 14th May 2022CSS row order buttonsThat is a styling issue specific to your page. We will need to see the problem to help troubleshoot. Please post a link to your page or a test case replicating the issue so we can help debug. https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case You could right click the header and try using the Inspect tool to see if there is a CSS causing the issue. Or you could try removing any custom CSS to see if there are conflicts. Use the Download Builder to make sure you are loading all the correct Datatables files for the styling framework you are using. So you could have moved your original code into initComplete and it would have worked :smile: Kevin
- 8th Apr 2022How enable order numeration on my tables?that super worked for me, I was calling the wrong variable at the end, tanks so much Kevin!!!
- 14th Dec 2021Cancel order, while moving a rowNice, thanks for posting - I'm sure that'll be useful for others, Colin