Is there a way to fix the bottom toolbar from being a jumbled mess in landscape mode on a smaller device?
1 Answers
Hello,
Quick fix is to remove this toolbar section as it is redundant. We’ve plans to do it in coming releases.
Add this css style on page.
.ui-jqgrid .ui-jqgrid-pager .ui-pager-control > .ui-pg-table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) { display:none; }
Screenshot: https://i.imgur.com/UJjb3FT.png
Your Answer