Hi,
I’m trying to configure my PHPGrid so that it only shows the height of one single row. I tried setting `height` to a small value (e.g., 30 or “auto”) and `rowNum` to 1, but the grid still renders with more vertical space than needed.
My goal is for the grid to display only **one record’s height**, without the extra space below . How can I achieve that?
Any suggestions are appreciated. Thanks!
1 Answers
Hi,
Some css custom code is required for that.
Here is the demo code: https://gist.github.com/gridphp/e38b198f6856e91b84ab80d3602462fe
Refer:
line 25-28 : single row display setting with no caption row and toolbar
line 51-53: remove min-height limit of datagrid.
Your Answer

