ParamQuery grid support forum

General Category => Suggest new features => Topic started by: cjbong68 on November 14, 2019, 07:52:11 am

Title: I want apply flex height and min height
Post by: cjbong68 on November 14, 2019, 07:52:11 am
I solved this problem another way

but, i can't find delete button...

=============

Hi.

I want to apply grid options that

{height: 'flex', minHeight: 300}

Because, I have to open the grid in popup window that height be decided by height of grid and use a header filter in this grid.

but, minHeight options is ignored. so if height of popup isn't enough, part of filter menu is hidden.

How can i do?

Title: Re: I want apply flex height and min height
Post by: paramvir on November 14, 2019, 11:45:53 am
minHeight is undocumented option of grid, it works with fixed height but doesn't work with 'flex' height, moving it to Feature request board for further enhancement and documentation.