Is your feature request related to a problem? Please describe.
We wish to use a grid layout, with (say) 4 cells - sell A1, A2 on left, and B1, B2 on the right. Now the "columns" should be draggable and resizable. however the "rows" should always stay equal height. So that for example if you drag it so that A1 "overflows" and becomes multiple lines, the height of B1 also adapts.
Describe the solution you'd like
it would be nice if the split pane could be based on a css-grid, and that we could just state that the "columns" or "rows" are draggable. Think like in excel where you can drag column and row sizes.
Describe alternatives you've considered
We can make this using javascript - which turned out to be slow and not responsive. Or we can just ignore it and have fixed heights, which means it's not really useful for responsive websites.
Is your feature request related to a problem? Please describe.
We wish to use a grid layout, with (say) 4 cells - sell A1, A2 on left, and B1, B2 on the right. Now the "columns" should be draggable and resizable. however the "rows" should always stay equal height. So that for example if you drag it so that A1 "overflows" and becomes multiple lines, the height of B1 also adapts.
Describe the solution you'd like
it would be nice if the split pane could be based on a css-grid, and that we could just state that the "columns" or "rows" are draggable. Think like in excel where you can drag column and row sizes.
Describe alternatives you've considered
We can make this using javascript - which turned out to be slow and not responsive. Or we can just ignore it and have fixed heights, which means it's not really useful for responsive websites.