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
The component AttributeTable does not wrap on mobile view
In the DataGrid component, if there are few rows and the paginator is used, the paginator is shown under the last row of the table. It would be nice to be able to show it at the bottom of the page like in this design
When the component DataGrid is loading, the spinner is shown on the paginator (very small). I hadn't noticed it at all in the beginning, so I think the 'loading' state needs to be clearer. It should also not be possible to select/deselect items while data is being fetched.
In the DataGrid component with filters, for every keystroke a request is sent to the backend. This should probably be debounced.
The text was updated successfully, but these errors were encountered:
SilviaAmAm
changed the title
General improvements
General improvements [Frontend0]
May 31, 2024
SilviaAmAm
changed the title
General improvements [Frontend0]
General improvements [Frontend]
May 31, 2024
Things that were noticed while working on maykinmedia/open-archiefbeheer#54
AttributeTable
does not wrap on mobile viewDataGrid
component, if there are few rows and the paginator is used, the paginator is shown under the last row of the table. It would be nice to be able to show it at the bottom of the page like in this designDataGrid
is loading, the spinner is shown on the paginator (very small). I hadn't noticed it at all in the beginning, so I think the 'loading' state needs to be clearer. It should also not be possible to select/deselect items while data is being fetched.DataGrid
component with filters, for every keystroke a request is sent to the backend. This should probably be debounced.The text was updated successfully, but these errors were encountered: