Glossary
Frontend ApiTables terms for React developers
| Term | Meaning |
|---|
| Structure | JSON from load-table — columns, filters, actions |
tableStructure | State from useTableStructure passed to ReactApiTable |
table prop | Structure object consumed by ReactApiTable / controller |
tableName | Segment in query-table/{tableName} — from structure JSON |
ApiTablesProvider | Creates per-table Redux context |
ApiTablesController | Orchestrates init, fetch, action dispatch |
useTableFetcher | Hook that POSTs query-table |
useUtilsProvider | Action POSTs, export blobs, error toasts |
params | Extra object merged into every query POST (page context) |
customElement | React node rendered above table (JSX prop) |
onSuccess | Backend hint for refetch row/data/modal after action |
appliedFilters | Redux state for active filter chips |
structureColumns | Formatted columns for the grid |
| Custom control | Modal form opened via row action custom_control type |
outScopeTableRefresher | Remount table when external form saves |
| Docs path | App import |
|---|
./ApiTables/ReactApiTable | @/app/ApiTables/ReactApiTable |
./ApiTables/hooks/useTableStructure | @/app/ApiTables/hooks/useTableStructure |