Search
11457 results 341-350
Forum
- 1st Feb 2017Trying to create a yadcf filter for a column with imagesChanged the filter type to regex and your filter button event to this: $('.assigned').on('click', function() { yadcf.exFilterColumn(oTable, [[0, ['red|yellow|green']]]); }); See updated jsfiddle. Seems to work for the button and for the select drop down. Kevin
- 20th Dec 2016How to add a column filter row just below the table header....easy solution for version 1.10:each, to add a filter to the header? Might
- 13th Dec 2016How to get and set filter values of a multi_select in yadcfdesired values of the filter. How could I solved
- 5th Dec 2016How to filter a column with input and select element values.full potential of the filter - so read docs...
- 25th Nov 2016Range filter in multiple tablesHere is a fiddle. Just filter table example1 by minimum and maximum, then filter example2 by search and remove this -> see that example2 was also filtered by example1's minimum and maximum filters https://jsfiddle.net/pL1ybkjw/1/
- 9th Nov 2016Is it possible to filter 'Enter key up' event instead of keyup event using columnfilter add-on?I can't really speak about the third party column filter addon, but to make a column not searchable in DataTables you can use columns.searchable. Allan
- 7th Nov 2016How to exclude a specific column from search box and add dropdown filter for that particular column.will be configured to filter specific columns only, see
- 31st Oct 2016Set YADCF filter value on initial load without using exFilterColumnYou can set default column filter values in DataTables with searchCols. Allan
- 24th Oct 2016if i want to use both like select and input field in multiple filter option then what should i do ?how to use multi filter column option with server side processing in php and mysql
- 3rd Oct 2016Changing the search filter to an additive search?Hi, Thanks for posting back. You are correct - that's how to go about it. Another option is to use a custom plug-in filter (although you are obviously conformable with regex!). Allan