nowcommunity / nowdatabase

Rebuild of the nowdatabase application for luomus
MIT License
3 stars 1 forks source link

Decide on a data table solution #16

Closed ShootingStar91 closed 4 months ago

ShootingStar91 commented 4 months ago

We need: Sorting, filtering by each column, possibly server-side pagination, JSX in fields.

Possibilities:

ShootingStar91 commented 4 months ago

For now, material-react-table seems best option. It wraps tanstack-table, offering most needed features but also some ready-made wrapping.