koalyptus / TableFilter

A Javascript library making HTML tables filterable and a bit more :)
https://www.tablefilter.com
MIT License
323 stars 95 forks source link

empty values #740

Closed joseqq closed 4 years ago

joseqq commented 4 years ago

how I can filter and have only the rows with empty values in a field? and second I would know if it is possible to filter results in a field that values is *. When I filter with the select option it do not filter the results.

Thanks.

koalyptus commented 4 years ago

Hi @joseqq,

how I can filter and have only the rows with empty values in a field?

You can filter by [empty] operator as listed in here. This demo features drop-down filters using that operator: http://www.tablefilter.com/grouped-headers.html

I would know if it is possible to filter results in a field that values is *. When I filter with the select option it do not filter the results

By default * is an operator as per https://github.com/koalyptus/TableFilter/wiki/4.-Filter-operators. Please have a look to this thread.

Cheers

joseqq commented 4 years ago

I really apreciate. thank you