Implement AG Grid for data tables #195
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
in progress
Currently, all table data in the admin UI use simple HTML tables with no paging, filtering, etc. For example:
By adding AG grid, we can hookup paging to start and add filtering later on once its available in the API:
The main file to modify to replace the existing tables is:
src/cms/admin/pages/content.tsx
You can add the js/css references in the theme file using cdn references:
src/cms/admin/theme.tsx
The scope of this story is to add minimum setup for AG Grid
Items that are out of scope and will be addressed in future stories:
The text was updated successfully, but these errors were encountered: