Posted 8 January 2020, 4:33 pm EST
Hi,
I’m evaluating FlexGrid for our company. I now stuck on one big requirement that we have for our single page app. It’s that the grid needs to be able to resize it’s layout (adjust scroll bars, etc) based on the parent container (both height and width). Ag-grid does this out of the box: https://www.ag-grid.com/example.php
Do you have some a sample like ag-grid does, or can you explain to me how it can be done? It’s important that the column headers always stay in the view, it won’t work to simply have an outer div that scrolls the entire grid.
Thanks!