Set the Default Data Grid Height
Javascript Data Grid
The default height for the data grid is at the top level of the home object returned by the closure
that makes up the deebo.methods = API. In the enterprise JavaScript
file, do a search for the code below. This property is near the top of the default file on line 13:
dTblHeight: 500,Adjust the 500 px default to fit your needs. Remember this property is a number, not a string. Don't add quotes or units (e.g., "px") to the value. Learn about adjusting the grid's height at runtime.