Skip to content
Apiary

SortOptions

type SortOptions = object;
optional hasHeader?: boolean;

optional skipRecalc?: boolean;

Skip recalculation after sorting. The caller is responsible for triggering recalculation when ready (e.g. after batching multiple edits).