DHTMLX Grid is very strict on height setting.
If you ever attachHeader or attachFooter, always remember to set the height of the column you are adding using style="height:30px".
After setting, running:
grid.setSizes();
grid.callEvent("onGridReconstructed", []);
This above also applies to subgrid
No comments:
Post a Comment