Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 674 Bytes

File metadata and controls

23 lines (16 loc) · 674 Bytes
sidebar_label isGrouped()
title JavaScript DataCollection - isGrouped Method
description You can explore the isGrouped method of DataCollection in the documentation of the DHTMLX JavaScript UI library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Suite.

isGrouped()

@short: checks whether a data collection is grouped at the moment

@signature: {'isGrouped(): boolean;'}

@returns: true, if the data is grouped; otherwise, false.

@example: if (component.data.isGrouped()) { console.log("The data is currently grouped"); }

@descr:

@changelog: added in v9.0