-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Data table support. I'm not personally a fan of "grid" components. They're "cool" from a programming perspective, but I find them horrible from a user perspective. Rendering page-at-a-time tables with page controls seems better.
I would say that having a separation of the data model from the rendering is important, and being able to deal with dynamically loading page-at-a-time in a generic reusable way is also important. Responsive rendering (via divs) is also pretty important.
Not a bad idea to look at the table support in other places to ensure that "cell rendering" and such are configurable. This one is going to take some design effort to make good.
Metadata
Metadata
Assignees
Labels
No labels