SortOptions
type SortOptions = object;Properties
Section titled “Properties”hasHeader?
Section titled “hasHeader?”optional hasHeader?: boolean;skipRecalc?
Section titled “skipRecalc?”optional skipRecalc?: boolean;Skip recalculation after sorting. The caller is responsible for triggering recalculation when ready (e.g. after batching multiple edits).