ericrsmith35 / DatatableV2

28 stars 24 forks source link

Filtering on a Boolean column #61

Closed rorywebbertc closed 3 years ago

rorywebbertc commented 3 years ago

I'm having issues getting filtering working on a checkbox column. If I set the filter value to True then the non-checked items are not displayed, as expected. However, setting the Filter value to False and the table displays no row at all, where I am expecting the records where the checkbox is unchecked to be displayed.

ericrsmith35 commented 3 years ago

This has been corrected in the current version (3.1.1) of the Datatable component.