Closed garbinmarcelo closed 5 years ago
Hello,
How can we adjust the filter block so that we do not have the hidden options inside a table with adjustable auto height? the block should stay on the table, right?
see the pictures below what I'm talking about...
https://www.ag-grid.com/javascript-grid-width-and-height/#example-auto-height
I used CSS to solve this. I added min-height: 200px; in the parent class of the table.
min-height: 200px;
Hello,
How can we adjust the filter block so that we do not have the hidden options inside a table with adjustable auto height? the block should stay on the table, right?
see the pictures below what I'm talking about...
https://www.ag-grid.com/javascript-grid-width-and-height/#example-auto-height