nextjs-boilerplate-advanced
nextjs-boilerplate-advanced copied to clipboard
Create hook for `<DataTable />` logic
Is your feature request related to a problem? Please describe. Table logic is creating bigger files, making it harder to maintain.
Describe the solution you'd like
Create a hook for logic inside tables that uses <DataTable />, example: https://github.com/santospatrick/nextjs-boilerplate-advanced/blob/main/src/components/tables/UsersTable/UsersTable.tsx
Describe alternatives you've considered No.
Additional context No.