Variables Const  _bulk_bulk:  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_delete:  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_update:  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  addDefined in src/atoms/tableScope/columnActions.ts:28 Const  addadd
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  auditDefined in src/atoms/tableScope/table.ts:215 Const  bulkDefined in src/atoms/tableScope/rowActions.ts:234 Const  cloudDefined in src/atoms/tableScope/ui.ts:134 Const  columncolumn:  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  columncolumn:  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  contextcontext:  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  deletedelete:  Atom < null >  &  {  onMount?:  OnMount < string ,  Promise < void > > ;  write:  Write < string ,  Promise < void > >  }  &  WithInitialValue < null >  = ... 
Defined in src/atoms/tableScope/columnActions.ts:112 Const  deletedelete:  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  importimport
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  selectedDefined in src/atoms/tableScope/ui.ts:118 Const  sideside:  Atom < boolean >  &  {  onMount?:  OnMount < SetStateAction < boolean > ,  void > ;  write:  Write < SetStateAction < boolean > ,  void >  }  &  WithInitialValue < boolean >  = ... 
Defined in src/atoms/tableScope/ui.ts:114 Const  sideside:  WritableAtom < boolean ,  typeof  RESET  |  SetStateAction < boolean > ,  void >  = ... 
Defined in src/atoms/tableScope/ui.ts:76 Const  tabletable:  Atom < ColumnConfig [] >  = ... 
Defined in src/atoms/tableScope/table.ts:41 Const  tabletable:  Atom < TableFilter [] >  &  {  onMount?:  OnMount < SetStateAction < TableFilter [] > ,  void > ;  write:  Write < SetStateAction < TableFilter [] > ,  void >  }  &  WithInitialValue < TableFilter [] >  = ... 
Defined in src/atoms/tableScope/table.ts:61 Const  tableDefined in src/atoms/tableScope/ui.ts:68 Const  tabletable:  Atom < string >  &  {  onMount?:  OnMount < SetStateAction < string > ,  void > ;  write:  Write < SetStateAction < string > ,  void >  }  &  WithInitialValue < string >  = ... 
Defined in src/atoms/tableScope/table.ts:21 Const  tabletable:  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  tabletable:  Atom < NextPageState >  &  {  onMount?:  OnMount < SetStateAction < NextPageState > ,  void > ;  write:  Write < SetStateAction < NextPageState > ,  void >  }  &  WithInitialValue < NextPageState >  = ... 
Defined in src/atoms/tableScope/table.ts:168 Const  tabletable:  WritableAtom < number ,  number  |  ( ( p:  number )  =>  number ) ,  void >  = ... 
Defined in src/atoms/tableScope/table.ts:72 Const  tabletable:  WritableAtom < number ,  typeof  RESET  |  SetStateAction < number > ,  void >  = ... 
Defined in src/atoms/tableScope/table.ts:66 Const  tabletable:  Atom < TableRow [] >  = ... 
Defined in src/atoms/tableScope/table.ts:161 Const  tabletable:  Atom < TableRow [] >  &  {  onMount?:  OnMount < SetStateAction < TableRow [] > ,  void > ;  write:  Write < SetStateAction < TableRow [] > ,  void >  }  &  WithInitialValue < TableRow [] >  = ... 
Defined in src/atoms/tableScope/table.ts:159 Const  tabletable:  WritableAtom < TableRow [] ,  TableRowsLocalAction ,  void >  = ... 
Defined in src/atoms/tableScope/table.ts:153 Const  tabletable:  Atom < TableSchema >  &  {  onMount?:  OnMount < SetStateAction < TableSchema > ,  void > ;  write:  Write < SetStateAction < TableSchema > ,  void >  }  &  WithInitialValue < TableSchema >  = ... 
Defined in src/atoms/tableScope/table.ts:32 Const  tableDefined in src/atoms/tableScope/index.ts:2 Const  tabletable:  Atom < TableSettings >  &  {  onMount?:  OnMount < SetStateAction < TableSettings > ,  void > ;  write:  Write < SetStateAction < TableSettings > ,  void >  }  &  WithInitialValue < TableSettings >  = ... 
Defined in src/atoms/tableScope/table.ts:23 Const  tabletable:  Atom < TableSort [] >  &  {  onMount?:  OnMount < SetStateAction < TableSort [] > ,  void > ;  write:  Write < SetStateAction < TableSort [] > ,  void >  }  &  WithInitialValue < TableSort [] >  = ... 
Defined in src/atoms/tableScope/table.ts:63 Const  updateDefined in src/atoms/tableScope/columnActions.ts:66 Const  updateDefined in src/atoms/tableScope/rowActions.ts:312 Const  updateupdate:  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