DefaultExpandedValue
Since v1.5.0
Default expanded state for group rows.
boolean: true = expand all, false = collapse allnumber: expand group at this index (0-based)string: expand group with this keystring[]: expand groups with these keys
type DefaultExpandedValue = boolean | number | string | string[]