zakodium-oss / react-science

React components and tools to build scientific applications.
https://react-science.pages.dev
MIT License
2 stars 6 forks source link

Interface to filter table by column #722

Open stropitek opened 5 months ago

stropitek commented 5 months ago

I think the primitives in react-science should be stateless, and the business logic of how things are filtered should be application specific and use react-table to support it in a typesafe manner.