Searchbox for Materialize Table on Meteor

Hey guys,

I would like to implement a search box for a Materialize table on my Meteor app. (simple thing, just one field, doesn’t need server-connection) Unfortunately I couldn’t yet find a solution that works.

Any suggestions how I could do that? (packages, tips…)

Note: I am using Blaze.

Thanks!

you can try https://github.com/aldeed/meteor-tabular

Hi,

Thanks for the reply!
I am looking for a solution that doesn’t require an additional package (mainly because I have a lot of custom configurations that would require heavy work to implement on foreign code).

So if you happen to have an idea how to build a searchbox “from scratch” to use on a MaterializeCSS table…