Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make top toolbar tablet friendly #25

Closed
kobruleht opened this issue Mar 15, 2015 · 4 comments
Closed

make top toolbar tablet friendly #25

kobruleht opened this issue Mar 15, 2015 · 4 comments

Comments

@kobruleht
Copy link

Tablets:

In tablets where big buttons are used, they are wrapped to multiple lines in first column only. Pager and view records occupy separate columns in top toolbar. So in tablets jqgrid creates is lot of empty space in screen, which wastes tablet small screen space.

Add code from http://stackoverflow.com/questions/29041956/how-to-place-pager-to-end-of-top-of-toolbar-in-free-jqgrid answer to place all toolbar elements to inline-block which occupy whole row.

@kobruleht kobruleht changed the title make top toolbar tablet and mobile friendly make top toolbar tablet friendly Mar 15, 2015
@OlegKi OlegKi added this to the 4.9 milestone Mar 15, 2015
@OlegKi
Copy link
Member

OlegKi commented Mar 15, 2015

Thank you for the feedback. I will try to make the text and the icons of free jqGrid more salable. I'll try to include more customization on the toolbar too. The most problem is to find the middle way between compatibility with previously versions and introducing of new features or at least changing the existing structures.

@kobruleht
Copy link
Author

#52 last message contains also remarks relating to this issue.

@kobruleht
Copy link
Author

for mobile devices it is probably better to design separate compact combo button outside of jqgrid and make those buttons to call jqgrid methods to perform jqgrid actions.
This allows to add also non-jqgrid buttons into this comact meny and allows to use html to design.

Answer in http://stackoverflow.com/questions/33756543/how-to-use-free-jqgrid-search-and-view-toolbar-buttons-outside-its-toolbar describes how this can be done.

So maybe it is not reasonable to implement this in jqgrid.

@OlegKi
Copy link
Member

OlegKi commented Nov 23, 2015

Thank for the feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants