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