You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: