Fully-implement Table component
What's AdvancedTable for? It's mainly a duplicated code of Table. This is terible.
We should probably have a single component, with different functions as options, and not duplicate components.
You can decompose into different issues the following:
-
Delete AdvancedTable -
Implement client-side pagination -
Implement server-side pagination -
Implement server-side sorting -
Have a demo in storybook
Edited by Fabio Maschi