EloquentStudio / filter.js

Complete solution for client side filtering and rendering using JSON data
http://eloquentstudio.github.io/filter.js
MIT License
665 stars 183 forks source link

Using bootstrap table #113

Open carlo-13 opened 8 years ago

carlo-13 commented 8 years ago

Hello and thanks for this.

Is possible to use it with bootstrap tables ? http://getbootstrap.com/css/#tables

My idea is to filter the "TR" elements within the table.

Thanks

jiren commented 8 years ago

yes you can use it. Make template for tr element and use container as tbody

carlo-13 commented 8 years ago

Thanks it worked perfectly.