nextjs-boilerplate-advanced icon indicating copy to clipboard operation
nextjs-boilerplate-advanced copied to clipboard

Create hook for `<DataTable />` logic

Open santospatrick opened this issue 3 years ago • 0 comments

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.

santospatrick avatar Sep 03 '22 15:09 santospatrick