A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.dhtmlx.com/suite/grid/api/grid_height_config/ below:

Website Navigation


JavaScript Grid - height Config

height

Optional. Sets the height of a grid or adjusts it automatically to the content

height?: number | "auto";

note

The height: "auto" option requires PRO version of the DHTMLX Grid (or DHTMLX Suite) package.

Example

const grid = new dhx.Grid("grid_container", {
columns: [
// columns config
],
height: 400,
data: dataset
});

Related sample:

Related article: Width/height

Change log:

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4