1rosehip / jplist-es6

jPList is a JavaScript library for sorting, pagination and filtering of any HTML structure like DIVs, UL/LI, tables, etc.
https://www.jplist.org/
MIT License
83 stars 39 forks source link

Checkbox text filter exact match #31

Closed sjahlers closed 6 years ago

sjahlers commented 6 years ago

Is exact match available for the checkbox text filter? It was requested as an enhancement on the old jplist. For example, I have a list of names and only want to find "Rob." Not Robert, Roberta, Robin, etc.

Thanks!

1rosehip commented 6 years ago

Yes, it's called data-mode="equal" - please check the following link: https://www.jplist.org/documentation/controls/checkbox-text-filter#data-attributes

sjahlers commented 6 years ago

Thank you so much! I totally overlooked that. Love the plugin!

1rosehip commented 6 years ago

You are welcome 👍