function row_getCanExpand<TFeatures, TData>(row): boolean;function row_getCanExpand<TFeatures, TData>(row): boolean;Defined in: features/row-expanding/rowExpandingFeature.utils.ts:319
Checks whether this row can be expanded.
options.getRowCanExpand wins when provided. Otherwise rows can expand when expanding is enabled and the row has subRows.
TFeatures extends TableFeatures
TData extends RowData
Row<TFeatures, TData>
boolean
const canExpand = row_getCanExpand(row)const canExpand = row_getCanExpand(row)