Variable serverDocCountAtomConst

serverDocCountAtom: PrimitiveAtom<undefined | number> & WithInitialValue<undefined | number> = ...

Store total number of rows in the table, respecting current filters. If undefined, the query hasn’t loaded yet.

Generated using TypeDoc