I am looking for a table package for react that has the modern small features of tables in Notion/Airtable like tools. These are:
- sorting
- sums and averages (calculations)
- drag of columns
- resize columns
- multi select cells
- editable cells on click
I am familiar with React-table however it is still too raw to build all these capabilities. Anyone know of a better package that can speed things up?
Top comments (1)
Did you end up finding anything?