riemann / riemann-dash

An HTTP dashboard for Riemann.
MIT License
248 stars 102 forks source link

Allow grid to be scrollable #113

Closed c0rrzin closed 7 years ago

c0rrzin commented 8 years ago

As we keep adding rows to a grid, they start becoming unreachable. This allows vertical scrolling on grids.

satoseiji commented 8 years ago

+1

mfournier commented 8 years ago

Sorry for not getting back earlier @c0rrzin !

So currently this would break the dash's ability to automatically fit on any screen size without using scrollbars. This is useful for NOC display walls and such cases where the dash isn't connected to a keyboard & mouse. So at least making the grid scrollable should be configurable IMHO.

That said, I agree we need a way to avoid hiding elements because of the screen size limit. Maybe having the grid view automatically zoom in and out, depending on the number of elements to display would be an idea ? Or having a denser grid view by skipping the column and row titles ?

peterneubauer commented 8 years ago

Maybe there can be a control to enable scrolling in some of the corners? On clicking, you would toggle dashboard/scroll view.

jamtur01 commented 7 years ago

Closing - please re-open if there's any updates.