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
add a crud with menu bar and paginator in the first column
fill with sufficient data to have many pages, so paginator is wider
Error:
menu bar does not break responsively into next line (or better: fold into burger menu)
Paginator does not responsively break properly into two lines - exceeds width into next column
Expected result:
Menu folds down into burger menu (or at least render in multiple lines)
Paginator folds into menu with drop-down to select page, or at least breaks into multiple lines, does not exceed column width of outer view, even if many pages have to be displayed.
The text was updated successfully, but these errors were encountered:
mkrecek234
changed the title
Paginator of tables not breaking properly on small width columns
Paginator & menu of tables/grids/cruds not breaking properly on small width columns
Apr 26, 2022
@mvorisek The FUI class ui menu will easily break properly on mobile devices if we add stackable class to it. Tested on Crud. This will fix it for grid/crud menus properly. Can we include your paginator improvement as well into develop now?
mkrecek234
changed the title
Paginator & menu of tables/grids/cruds not breaking properly on small width columns
Paginator & menu of tables/grids/cruds & Tabs not breaking properly on small width columns
Jan 21, 2023
Steps to reproduce:
Error:
Expected result:
The text was updated successfully, but these errors were encountered: