dandelion / dandelion-datatables

Dandelion component for DataTables
http://dandelion.github.io/components/datatables/
Other
110 stars 49 forks source link

columnDef.isFilterable() always true #286

Closed rafaelmembrives closed 9 years ago

rafaelmembrives commented 9 years ago

I´m using dandelion-datatables with ThymeLeaf and serverside="true". When I set dt:filterable="true" or dt:filterable="false"on the <th>´s the page render correctly the filter inputs but in server side I always get true for all columnDef.isFilterable() in the DatatablesCriterias

Thanks you very much.

tduchateau commented 9 years ago

There's actually no issue here, but a badly chosen method name. ColumnDef#isFilterable() has nothing to do with dt:filterable but with dt:searchable instead. :-)

Thanks for reporting!