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/gridcolumn_properties/gridcolumn_closable_property/ below:

Website Navigation


JavaScript Grid column - closable Config

closable

Optional. Either allows closing a particular element of the group panel or makes it permanently enabled

pro version only

The described functionality requires PRO version of the DHTMLX Grid (or DHTMLX Suite) package.

Usage​

Default value: true

Example​
const grid = new dhx.Grid("grid_container", {
columns: [
{
id: "country",
header: [{ text: "Country" }],
// grouping of the "country" column is permanently enabled
// and can't be switched off via the group panel
closable: false,
},
// more columns configuration objects
],
group: {
order: [ "country" ]
},
// more options
});

Related article: Making group panel elements closable


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