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
Lists are very common, especially in the administration panel. These are all relatively similar and often involve a lot of boilerplating.
Similar to the FormBuilder, a ListViewBuilder could simplify this considerably and, above all, make boilerplating in the template largely obsolete. In addition to the display, the ListViewBuilder should also be able to take care of sorting, filtering and pagination.
The text was updated successfully, but these errors were encountered:
Lists are very common, especially in the administration panel. These are all relatively similar and often involve a lot of boilerplating.
Similar to the FormBuilder, a ListViewBuilder could simplify this considerably and, above all, make boilerplating in the template largely obsolete. In addition to the display, the ListViewBuilder should also be able to take care of sorting, filtering and pagination.
The text was updated successfully, but these errors were encountered: