Variable tableColumnsOrderedAtomConst

tableColumnsOrderedAtom: Atom<ColumnConfig[]> = ...

Store the table columns as an ordered array. Puts frozen columns at the start, then sorts by ascending index.

Generated using TypeDoc