Standards Docs

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): Element

On this page