isColumnInGroupTree
isColumnInGroupTree(
possibleDescendant
,ancestor
):boolean
Defined in: core/utils.svelte.ts:56
Checks if a column is a descendant of another column in a nested structure.
Parameters
possibleDescendant
ColumnGroup
<any
>
The column to check.
ancestor
ColumnGroup
<any
>
The ancestor column.
Returns
boolean
True if the column is a descendant, false otherwise.