scottpham / tabletop-to-datatables

Creates a bootstrapified interactive table from a google spreadhseet. An update to Chris Keller's very useful tabletop to datatables template.
http://scottpham.github.io/tabletop-to-datatables/
43 stars 21 forks source link

How to Set Up Column Searching #3

Open cogdog opened 8 years ago

cogdog commented 8 years ago

This works like a charm, thanks. But I am hoping to add some filter searches , menu selection filters to columns, and am getting nowhere, trying this approach by adding within graphic.js when the datatable is established

https://datatables.net/examples/api/multi_filter.html

Also tried this plugin:

http://yadcf-showcase.appspot.com/DOM_Ajax_Multiple_1.10.html

with no results. Any tips?

m10n commented 7 years ago

@cogdog Seconded, I would also love support for column searching or filtering. @scottpham Thanks for making this and documenting it so well.

scottpham commented 7 years ago

Thanks for the suggestions guys--I don't think this was feature way back when I started this project. I will look into updating to the latest version and possibly making an option for the multi-filter.