tonytomov / jqGrid

jQuery grid plugin
www.trirand.com
2.84k stars 1.2k forks source link

[Idea] `Full Size` functionality #1044

Open angeljqv opened 11 months ago

angeljqv commented 11 months ago

This will allow the grid to occupy the entire screen size, it would help to review the rows

Example: https://jsfiddle.net/690oehLm/ (Click on Expand) The example is just a proof of concept, it needs work, for example on height:auto

tonytomov commented 10 months ago

Thanks. I will investigate this. First test - after toggle (when restoring the original position) the width goes smaller with 15px,)

angeljqv commented 10 months ago

Yes, it does, possibly because of the scrollbar, It was just a basic example to show the idea, as I mentioned it would also fail in height:auto, in that case i did add another scrollbar to the gbox's parent, and since I don't know all the scenarios , possibly needs many changes Also need to add the toggling of expand and reduce icons