Search
11152 results 1121-1130
Forum
- 18th Feb 2020DataTables sort by non-orderable column@rf1234, I have the same problem with ajax-data as well. Sorry, couldn't provide you with an example. But based on the source code I see no different between ajax and non-ajax data in this particular case. @colin, thank you for your answer. Suppose, this is the way I should follow. So, it isn't a bug, but feature.
- 3rd Dec 2019Sort table column with datalist as inputHave you seen this example? https://datatables.net/examples/plug-ins/dom_sort.html Maybe it will help with sorting your inputs. Kevin
- 26th Oct 2019How to add sort, search and filter on one column such like ms excel@"David@Quantum" I am looking for this kind of sort,filer and search function on specific columns. Please have a look at the attached screenshot. https://help.syncfusion.com/js/grid/filter if it is possible to create the same menus on datatables's column then please share.
- 21st Oct 2019Get Current Sort Column/Order - why doesn't fnSettings.aaSorting[0][0] work anymore?This is according to the settings() docs: Generally speaking, use the information from the documented public API methods rather than that in this settings object, as the properties in it may change between versions. The order() API looks like it will provide the information you need. Kevin
- 15th Oct 2019does updating sort require serversideHi @mattct , If you've got serverSide enabled, it will always go to the server when you change the ordering. The client only has knowledge of the data currently being displayed, only the server has all the data, Cheers, Colin
- 27th Sep 2019Sort widgets are not displayingHow are you downloading Datatables? Are you using the Donwload Builder? I just tried it and have the images. Kevin
- 25th Sep 2019I am using this library for export records but getting error..please help me to sort thisIf it doesn't work, can you link to a test case showing the issue so we can follow up on this please? Thanks, Allan
- 13th Aug 2019Can DataTables be made to display the table only after the sort has completed?Hi @rsleventhal , You could use jQuery's hide() and show() methods like this - hopefully that will do the trick, Cheers, Colin
- 12th Aug 2019Have DataTables Show Total In Footer AND Default Sort of 50 RecordsHi @DimitrisS , We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here. Cheers, Colin
- 20th May 2019Disable sort on items shown in Editor Select FieldPerfect - thanks for posting back! Allan