Search
12950 results 511-520
Forum
- 10th Sep 2019Order No WORKI solved this here, but I don't know if it's the right way, also because doing so I double the columns and increase the times of data loading and refresh of the table.
- 3rd May 2019how to hide a row without effecting the row numbering orderthank you @colin
- 9th Apr 2019Custom sort order questionHi @Boilermaker80 , Excellent, glad all working. The datetime-moment.js is on the CDN, but Moment.js is third-party so you'll need to download that from their site (I tend to use here). Cheers, Colin
- 10th Mar 2019order a table with form inputsThis example might help: https://datatables.net/examples/plug-ins/dom_sort.html Kevin
- 13th Feb 2019Search Filter does NOT order data returns in correct orderThis is where DataTables does ensure that the Ajax response is drawn only for the latest request. If that isn't working for you, can you link to a page showing the issue please? Also you might want to consider upping the searchDelay default to increase the delay before a search is performed. Allan
- 11th Jan 2019Non Order Column - show stop iconHi @SalmanS , Glad all working, yep, seems a reasonable way to go. Cheers, Colin
- 10th Jan 2019Date is not sort in orderThanks @rf1234. Its working now.
- 24th Nov 2018Secondary sort criterium always in ascending orderHi @chiwchy , That's not possible, I'm afraid, it follows the direction of the main column. Cheers, Colin
- 22nd Oct 2018When my datatable shrink because it doesn't have enough space, my headers are not in the right orderThanks, seems like there's no solution yet so we'll live with that I guess. Please comment here when you release the 'fix' for this
- 12th Oct 2018how do I change order of a hidden column once visible dynamicallywhether a column is orderable post-initialisation through the API,