ag-grid / ag-grid-vue-example

Example of using ag-Grid with Vue
134 stars 68 forks source link

Auto Height - hiding filter #17

Closed garbinmarcelo closed 5 years ago

garbinmarcelo commented 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... image

image

https://www.ag-grid.com/javascript-grid-width-and-height/#example-auto-height

garbinmarcelo commented 5 years ago

I used CSS to solve this. I added min-height: 200px; in the parent class of the table.