vedmack/yadcf

Cannot exclude filtering rows based on html5 data attributes

chrisblinn opened this issue · 0 comments

https://stackoverflow.com/questions/55511765/can-we-exclude-row-from-filtering-yadcf-plugin/55523603

JSFiddle

DataTables allow html5 attributes on rows and cells which can be used to setup filters in YADCF when the html5_data tag is set. However testing shows issues with the html5_data tag (refer to JSFiddle).

In the JSFiddle, users should be able to put in a date range, and the row with no date value should be excluded, in other words, always visible. However, if a value is provided in the value range filter, all rows are included as candidates.