table-library / react-table-library

:bento: React Table Library
https://react-table-library.com
MIT License
737 stars 45 forks source link

How to make several select fields for Table/Cell component? #124

Open sidnevaed opened 1 year ago

sidnevaed commented 1 year ago

I was trying to make several fields-filters (Select) but every time the data-value (data = {nodes} was ovewritten. How to deal with it?

Could you provide an example.