Search
11351 results 481-490
Forum
- 20th Apr 2013Column Filter plug-in doesn't work after recreating DatatableSounds like an issue with the column filter plug-in. I'd suggest filing a bug report for that project. Allan
- 17th Apr 2013Make datatables refresh with filter from link/input boxIf you want to filter the table you can use fnFilter - or if you want to change the data source for the table you can use fnServerParams to send a different parameter, indicating the category, to the server-processing script. Allan
- 16th Apr 2013Filter by length of textYou could use a filter call of: [code] table.fnFilter( '^P\d\d\d\d$', null, false ); [/code] to do a regex filter which matches your description. Allan
- 11th Apr 2013Cannot sortor filter a dataTable when populating a table through AJAX / jSon.setting bProcessing and bServerSide to false - fixed this. bProcessing, bServerSide = true is needed for other ajax related functionality (although doesn't circumvent ajax) , but apparently it turns off the very useful client-side functionality of filter, sorting, and pagination.
- 4th Apr 2013Adding another input field next to the filter field.Nevermind... I figured it out. I just took the filter class and appended my own html next to it. :)
- 20th Mar 2013using checkboxes to filteroclientTable, oFullProductTable). however the filter affects all three of
- 20th Mar 2013Input bug in filter global searchmake note that disabling filtering didn't work in my
- 12th Mar 2013Integrate hyperlink into select filter?use a dd-menu to filter the data in the
- 10th Mar 2013Have Filter return no rows when filter string is emptyis matched by the filter. Spot on. This method
- 25th Feb 2013Filtering on datatable not always working, sometimes takes 5 letters before the filter happensusing this as a filter. In our case, we