Search
14066 results 12601-12610
Forum
- 8th Sep 2010Initialize datatable from another page with searchbox?Page 1: page with searchbox Page 2: page with
- 8th Sep 2025Bug searchList translation Datatables ColumnControl (columnControl.list.empty is not correct)Hi, Thanks for letting me know about this. Yes, all the language files have that same problem. I've corrected the code to match the documentation and translation files. Hoping to make a release of ColumnControl with this and other changes soon. Regards, Allan
- 18th Jul 2025saveState / StateRestore + searchList : filters do not reapply correctlySorry I missed this thread at the time. Your fix is merged in now - many thanks for sending it in :) Allan
- 23rd Dec 2021How to save searched data as jsonUse the rows().data() with the selector-modifier of {search:'applied'} to get the filtered rows. Chain the toArray() API for the result to be a Javascript object. Then use JSON.stringifiy() to convert to a JSON string. Kevin
- 24th Aug 2021datatable colorize all lines containing a searched itemWe'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
- 23rd Aug 2021datatable select all lines containing a searched itemAs we said in your other thread, rowCallback would be the way to go. It's called every time a row is drawn, so it would be called on all other pages. If you need more help with this, please provide 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
- 27th May 2020Hi, I've searched and tried getting this fixed for some hours now, but cannot get it to work.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
- 9th Apr 2020Move searchbar on the left and make it occupy 100% of table's widthThe user and all related content has been deleted.
- 21st Oct 2019Search/filter collumn Button That Toggles textHello @colin That's spot on what i was trying to do! hehe thanks for all the Help! But maybe it woould be cool to have the buttons in the header ... i have 5 columns with yes or no in this table i am trying to build. Was looking to alter this example. https://datatables.net/extensions/fixedheader/examples/options/columnFiltering.html instead of the filters, i would have the buttons... will give it a try! Thanks again @colin
- 23rd Sep 2015How to exclude hidden columns from being searched.Can you link to a test case showing the issue please. Thanks, Allan