RecordsView
Records list/kanban view driven by a ListViewDefinition + active tab. The `listView` prop provides view metadata and base defaultFilters. The `activeTab` prop is the source of truth for layout, columns, filters, sorts, columnSizing, and groupByAttribute.
Records list/kanban view driven by a ListViewDefinition + active tab.
The listView prop provides view metadata and base defaultFilters.
The activeTab prop is the source of truth for layout, columns, filters,
sorts, columnSizing, and groupByAttribute.
Signature
({ object, listView, activeTab, baseFilters, defaultCreateData, height, onRecordClick, onNavigate, onRecordCreate, onCreateRequest, onRelationClick, className, keepPreviousData: keepPrevious, refetchOnWindowFocus, cacheKey: cacheKeyProp, enableCreate, leftToolbarContent, rightToolbarContent, hideColumnManager, }: RecordsViewProps): ElementRecordForm
A form component for editing a single record with automatic mutation. Features: - Automatic save on change via `useUpdateRecord` - Optimistic updates with rollback on error - Query cache invalidation on success - Configurable icon rendering and placeholders
Skeleton
function `Skeleton` from ui.