-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a data grid #595
Comments
I am not sure how much react-table/react-query is being used but it feels like this implies re-implementing logic on a solved problem. If this is just a higher layer hook, I would suggest ensuring your just creating reusable abstractions/lego's. |
@pcfreak30 I'm 100% for smth ready to use if it would apply to our use cases. As it's mentioned this task would require some investigation stage. |
ok, react table looks promising. pausing this as we need to fix some performance issues with grants fetching first |
data-grid
is a client-side pattern to render list data. we might want to consider using some existing solutions or implement our own. To my experience existing solutions are either paid or not easy to use. This task might involve some thinking/investigation stage.Some acceptance criteria:
The hook might look smth like:
The component interface might be accepting a template component or columns config with data getter, actions, etc.
The text was updated successfully, but these errors were encountered: