glittershark / reactable

Fast, flexible, and simple data tables in React
glittershark.github.io/reactable
MIT License
1.51k stars 222 forks source link

Support custom filtering functions #142

Open MikaelLarsson opened 9 years ago

MikaelLarsson commented 9 years ago

Is it possible to get reactable to work with multiple keywords?

glittershark commented 9 years ago

I'm not quite sure what you mean by this

MikaelLarsson commented 9 years ago

Like, if I'm not sure what I'm looking for i might put in a few words and the results would show the rows that matches any of the keywords in the query.

glittershark commented 9 years ago

As a more general solution, we should just support custom filtering functions

amelon commented 8 years ago

Do you plan to implement this improvement? I'd like to use my own custom filter function to handle diacritic insensitive searches or more complex query.

glittershark commented 8 years ago

I'll accept patches for this.

glittershark commented 8 years ago

/cc @EpicH0liday

dis-aster-ous commented 8 years ago

Ooohh this is great I'll get on this.