Glossary

Frontend ApiTables terms for React developers

TermMeaning
StructureJSON from load-table — columns, filters, actions
tableStructureState from useTableStructure passed to ReactApiTable
table propStructure object consumed by ReactApiTable / controller
tableNameSegment in query-table/{tableName} — from structure JSON
ApiTablesProviderCreates per-table Redux context
ApiTablesControllerOrchestrates init, fetch, action dispatch
useTableFetcherHook that POSTs query-table
useUtilsProviderAction POSTs, export blobs, error toasts
paramsExtra object merged into every query POST (page context)
customElementReact node rendered above table (JSX prop)
onSuccessBackend hint for refetch row/data/modal after action
appliedFiltersRedux state for active filter chips
structureColumnsFormatted columns for the grid
Custom controlModal form opened via row action custom_control type
outScopeTableRefresherRemount table when external form saves

Import paths

Docs pathApp import
./ApiTables/ReactApiTable@/app/ApiTables/ReactApiTable
./ApiTables/hooks/useTableStructure@/app/ApiTables/hooks/useTableStructure
TermSee
load-table, query-tableBackend endpoints
Table structure contractBackend table structure

On this page