Search
11430 results 8881-8890
Forum
- 20th Apr 2018Server-side processing with custom checkbox filteringHi, did you manage to find a solution for this?
- 13th Apr 2018Filtering currency not working properlyDataTables will search on the original data, so if your original data is $1,200, then you'd need to search 1,200 (i.e. with the comma). If however you use DataTables to format a number (e.g. 1200), then yes you would be able to search on just 1200. Allan
- 12th Apr 2018SearchPanes - Where are The Filters?edit Sorry. Replied without refreshing to see the latest discussion. Ignore me :) Allan
- 14th Feb 2018I need to hide the excel/pdf/print buttons and searchbox on datatable when no result on filteringA plug-in for this sort of thing was contributed a while back which might be of some interest. Allan
- 9th Aug 2017Editor Dropdown FilteringTurns out that example had exactly what I needed! I had the client-side columns[].data option and the editor.fields[].name option set to the same thing. I needed to add a JOIN on the server-side, add the joined field to the editor instance server-side and put the joined table's field in the columns[].data option on the client-side. All good now, thanks a ton!
- 17th Apr 2017date with time and AM/PM is not filtering correctlyMake sure they test it in browser's other than Chrome. There should never be any need to set type: 'date' and in fact I think it will be harmful to do so. Allan
- 5th Mar 2017error when filtering records on update or inserting new recordsThanks. It's working now
- 3rd Feb 2017column filtering sortany answer please
- 20th Dec 2016.columnFilter() filters columns in datatables 1.9. What is its counterpart in 1.10?Looks I found it: https://datatables.net/examples/api/multi_filter.html
- 29th Nov 2016Filtering DataTable by WHERE conditionOkay, solved it ! The data JSON was not sent correctly to the editor as it was sent in the initialization. This thread is solved. :)