Hi, does anyone has an idea how to implement a responsive Grid?
If i have 10 columns and go on a smaller screen, i need to scroll the grid horizontally. Maybe there is a way how the columns which not fit the screen gets wrapped and shown with a accordion or so?
Example image below. The black arrows should be collapsable and show the values which doesnt fit into the view with its header bevor the value
I suppose you could implement something like that with a Details Row in the Grid quite easily. Then you just need to use something like MediaQuery - Vaadin Add-on Directory to trigger the display mode.