Variables Const _bulk Write Db Atom_bulk Write Db Atom: Atom < undefined | BulkWriteFunction < Partial < TableRow > > > & { onMount?: OnMount < SetStateAction < undefined | BulkWriteFunction < Partial < TableRow > > > , void > ; write: Write < SetStateAction < undefined | BulkWriteFunction < Partial < TableRow > > > , void > } & WithInitialValue < undefined | BulkWriteFunction < Partial < TableRow > > > = ...
Defined in src/atoms/tableScope/table.ts:195 Const _delete Row Db Atom_delete Row Db Atom: Atom < undefined | DeleteCollectionDocFunction > & { onMount?: OnMount < SetStateAction < undefined | DeleteCollectionDocFunction > , void > ; write: Write < SetStateAction < undefined | DeleteCollectionDocFunction > , void > } & WithInitialValue < undefined | DeleteCollectionDocFunction > = ...
Defined in src/atoms/tableScope/table.ts:188 Const _update Row Db Atom_update Row Db Atom: Atom < undefined | UpdateCollectionDocFunction < TableRow > > & { onMount?: OnMount < SetStateAction < undefined | UpdateCollectionDocFunction < TableRow > > , void > ; write: Write < SetStateAction < undefined | UpdateCollectionDocFunction < TableRow > > , void > } & WithInitialValue < undefined | UpdateCollectionDocFunction < TableRow > > = ...
Defined in src/atoms/tableScope/table.ts:181 Const add Column AtomDefined in src/atoms/tableScope/columnActions.ts:28 Const add Row Atomadd
Row
Atom
: Atom < null > & { onMount
?: OnMount < IAddRowOptions , Promise < void > > ; write
: Write < IAddRowOptions , Promise < void > > } & WithInitialValue < null > = ... Defined in src/atoms/tableScope/rowActions.ts:53 Const audit Change AtomDefined in src/atoms/tableScope/table.ts:215 Const bulk Add Rows AtomDefined in src/atoms/tableScope/rowActions.ts:234 Const cloud Log Filters AtomDefined in src/atoms/tableScope/ui.ts:134 Const column Menu Atomcolumn Menu Atom: Atom < null | { anchorEl: undefined | null | Element | ( ( element: Element ) => Element ) ; column: ColumnConfig } > & { onMount?: OnMount < SetStateAction < null | { anchorEl: undefined | null | Element | ( ( element: Element ) => Element ) ; column: ColumnConfig } > , void > ; write: Write < SetStateAction < null | { anchorEl: undefined | null | Element | ( ( element: Element ) => Element ) ; column: ColumnConfig } > , void > } & WithInitialValue < null | { anchorEl: undefined | null | Element | ( ( element: Element ) => Element ) ; column: ColumnConfig } > = ...
Defined in src/atoms/tableScope/ui.ts:22 Const column Modal Atomcolumn Modal Atom: WritableAtom < null | { columnKey?: string ; index?: number ; type: "name" | "type" | "config" | "new" } , typeof RESET | SetStateAction < null | { columnKey?: string ; index?: number ; type: "name" | "type" | "config" | "new" } > , void > = ...
Defined in src/atoms/tableScope/ui.ts:43 Const context Menu Target Atomcontext Menu Target Atom: Atom < null | HTMLElement > & { onMount?: OnMount < SetStateAction < null | HTMLElement > , void > ; write: Write < SetStateAction < null | HTMLElement > , void > } & WithInitialValue < null | HTMLElement > = ...
Defined in src/atoms/tableScope/ui.ts:121 Const delete Column Atomdelete Column Atom: Atom < null > & { onMount?: OnMount < string , Promise < void > > ; write: Write < string , Promise < void > > } & WithInitialValue < null > = ...
Defined in src/atoms/tableScope/columnActions.ts:112 Const delete Row Atomdelete Row Atom: Atom < null > & { onMount?: OnMount < string | string [] , Promise < void > > ; write: Write < string | string [] , Promise < void > > } & WithInitialValue < null > = ...
Defined in src/atoms/tableScope/rowActions.ts:202 Const import Csv Atomimport
Csv
Atom
: Atom < { csvData
: null | ImportCsvData ; importType
: "csv" | "tsv" } > & { onMount
?: OnMount < SetStateAction < { csvData
: null | ImportCsvData ; importType
: "csv" | "tsv" } > , void > ; write
: Write < SetStateAction < { csvData
: null | ImportCsvData ; importType
: "csv" | "tsv" } > , void > } & WithInitialValue < { csvData
: null | ImportCsvData ; importType
: "csv" | "tsv" } > = ... Defined in src/atoms/tableScope/ui.ts:108 Const selected Cell AtomDefined in src/atoms/tableScope/ui.ts:118 Const side Drawer Open Atomside Drawer Open Atom: Atom < boolean > & { onMount?: OnMount < SetStateAction < boolean > , void > ; write: Write < SetStateAction < boolean > , void > } & WithInitialValue < boolean > = ...
Defined in src/atoms/tableScope/ui.ts:114 Const side Drawer Show Hidden Fields Atomside Drawer Show Hidden Fields Atom: WritableAtom < boolean , typeof RESET | SetStateAction < boolean > , void > = ...
Defined in src/atoms/tableScope/ui.ts:76 Const table Columns Ordered Atomtable Columns Ordered Atom: Atom < ColumnConfig [] > = ...
Defined in src/atoms/tableScope/table.ts:41 Const table Filters Atomtable Filters Atom: Atom < TableFilter [] > & { onMount?: OnMount < SetStateAction < TableFilter [] > , void > ; write: Write < SetStateAction < TableFilter [] > , void > } & WithInitialValue < TableFilter [] > = ...
Defined in src/atoms/tableScope/table.ts:61 Const table Filters Popover AtomDefined in src/atoms/tableScope/ui.ts:68 Const table Id Atomtable Id Atom: Atom < string > & { onMount?: OnMount < SetStateAction < string > , void > ; write: Write < SetStateAction < string > , void > } & WithInitialValue < string > = ...
Defined in src/atoms/tableScope/table.ts:21 Const table Modal Atomtable Modal Atom: WritableAtom < null | "cloudLogs" | "extensions" | "webhooks" | "export" | "importExisting" | "importCsv" , typeof RESET | SetStateAction < null | "cloudLogs" | "extensions" | "webhooks" | "export" | "importExisting" | "importCsv" > , void > = ...
Defined in src/atoms/tableScope/ui.ts:96 Const table Next Page Atomtable Next Page Atom: Atom < NextPageState > & { onMount?: OnMount < SetStateAction < NextPageState > , void > ; write: Write < SetStateAction < NextPageState > , void > } & WithInitialValue < NextPageState > = ...
Defined in src/atoms/tableScope/table.ts:168 Const table Page Atomtable Page Atom: WritableAtom < number , number | ( ( p: number ) => number ) , void > = ...
Defined in src/atoms/tableScope/table.ts:72 Const table Page Hash Atomtable Page Hash Atom: WritableAtom < number , typeof RESET | SetStateAction < number > , void > = ...
Defined in src/atoms/tableScope/table.ts:66 Const table Rows Atomtable Rows Atom: Atom < TableRow [] > = ...
Defined in src/atoms/tableScope/table.ts:161 Const table Rows Db Atomtable Rows Db Atom: Atom < TableRow [] > & { onMount?: OnMount < SetStateAction < TableRow [] > , void > ; write: Write < SetStateAction < TableRow [] > , void > } & WithInitialValue < TableRow [] > = ...
Defined in src/atoms/tableScope/table.ts:159 Const table Rows Local Atomtable Rows Local Atom: WritableAtom < TableRow [] , TableRowsLocalAction , void > = ...
Defined in src/atoms/tableScope/table.ts:153 Const table Schema Atomtable Schema Atom: Atom < TableSchema > & { onMount?: OnMount < SetStateAction < TableSchema > , void > ; write: Write < SetStateAction < TableSchema > , void > } & WithInitialValue < TableSchema > = ...
Defined in src/atoms/tableScope/table.ts:32 Const table ScopeDefined in src/atoms/tableScope/index.ts:2 Const table Settings Atomtable Settings Atom: Atom < TableSettings > & { onMount?: OnMount < SetStateAction < TableSettings > , void > ; write: Write < SetStateAction < TableSettings > , void > } & WithInitialValue < TableSettings > = ...
Defined in src/atoms/tableScope/table.ts:23 Const table Sorts Atomtable Sorts Atom: Atom < TableSort [] > & { onMount?: OnMount < SetStateAction < TableSort [] > , void > ; write: Write < SetStateAction < TableSort [] > , void > } & WithInitialValue < TableSort [] > = ...
Defined in src/atoms/tableScope/table.ts:63 Const update Column AtomDefined in src/atoms/tableScope/columnActions.ts:66 Const update Field AtomDefined in src/atoms/tableScope/rowActions.ts:312 Const update Table Schema Atomupdate Table Schema Atom: Atom < undefined | UpdateDocFunction < TableSchema > > & { onMount?: OnMount < SetStateAction < undefined | UpdateDocFunction < TableSchema > > , void > ; write: Write < SetStateAction < undefined | UpdateDocFunction < TableSchema > > , void > } & WithInitialValue < undefined | UpdateDocFunction < TableSchema > > = ...
Defined in src/atoms/tableScope/table.ts:34
Store function to bulk write to db
Use bulkAddRowsAtom instead