reboottime / WebDevelopment

Some notes, thoughts and articles aggregated here about UI/UX and web development.
6 stars 0 forks source link

[React UI solutions] Customize powerful table with @tanstack/table ( V 8 ) #73

Open reboottime opened 1 year ago

reboottime commented 1 year ago
reboottime commented 1 year ago

Todos

  1. sticky header, column using @tanstack/react-table version 8, sample solution with mantine ui
  2. Remote data 1) Server side pagination: https://tanstack.com/table/v8/docs/api/features/pagination, manualPagination: true 2) Work did by others: https://github.com/KevinVandy/mantine-react-table