1rosehip / jplist

jPList jQuery Data Grid Controls is a flexible jQuery plugin for sorting, pagination and filtering of any HTML structure (DIVs, UL/LI, tables, etc).
http://jplist.com
Other
438 stars 176 forks source link

Handlebars multiple Checkbox options #212

Closed Extracreative closed 8 years ago

Extracreative commented 8 years ago

Moved back from jplist-php-mysql

I notice for Checkbox Path Filter Control, its possible to use checkbox to return items with multiple keyword1 options i.e Architecture and Christmas, but in Handlebars I can only return items with only one keyword1 i.e only return Architecture

how can I return keyword1 where the item has Architecture and Christmasas an option in the Handlebars version

1rosehip commented 8 years ago

Please check the following demo with checkbox path filter: https://github.com/no81no/jplist/blob/master/demo/php-mysql-demos/1-php-mysql-html.html Does it answers the need?