ReferenceUIUseDataGridPropsinterface `UseDataGridProps` from ui.interface UseDataGridProps from ui. Signature any Type PropTypeobjectName?stringonDataChange?functiononRowsDelete?functiononPaste?functiononFilesUpload?functiononFilesDelete?functionoverscan?numberrowHeight?uniondir?unionautoFocus?unionenableColumnSelection?unionenableSearch?unionenablePaste?unionenableExpanding?uniongetSubRows?functiononExpandRow?functionexpanded?uniononExpandedChange?OnChangeFn<ExpandedState>readOnly?uniononColumnFilter?functiononCellSave?functionstate?Partial<object>onStateChange?functionrenderFallbackValue?any_features?arrayautoResetAll?unioncolumnsarraydataarraydebugAll?uniondebugCells?uniondebugColumns?uniondebugHeaders?uniondebugRows?uniondebugTable?uniondefaultColumn?uniongetRowId?functioninitialState?objectmergeOptions?functionmeta?objectenableHiding?uniononColumnVisibilityChange?OnChangeFn<VisibilityState>onColumnOrderChange?OnChangeFn<ColumnOrderState>enableColumnPinning?unionenablePinning?uniononColumnPinningChange?OnChangeFn<object>enableRowPinning?unionkeepPinnedRows?uniononRowPinningChange?OnChangeFn<object>getFacetedMinMaxValues?functiongetFacetedRowModel?functiongetFacetedUniqueValues?functionenableColumnFilters?unionenableFilters?unionfilterFromLeafRows?uniongetFilteredRowModel?functionmanualFiltering?unionmaxLeafRowFilterDepth?numberonColumnFiltersChange?OnChangeFn<ColumnFiltersState>filterFns?Record<string, function>enableGlobalFilter?uniongetColumnCanGlobalFilter?functionglobalFilterFn?uniononGlobalFilterChange?OnChangeFn<any>enableMultiRemove?unionenableMultiSort?unionenableSorting?unionenableSortingRemoval?uniongetSortedRowModel?functionisMultiSortEvent?functionmanualSorting?unionmaxMultiSortColCount?numberonSortingChange?OnChangeFn<SortingState>sortDescFirst?unionsortingFns?Record<string, function>enableGrouping?uniongetGroupedRowModel?functiongroupedColumnMode?unionmanualGrouping?uniononGroupingChange?OnChangeFn<GroupingState>aggregationFns?Record<string, AggregationFn<any>>autoResetExpanded?uniongetExpandedRowModel?functiongetIsRowExpanded?functiongetRowCanExpand?functionmanualExpanding?unionpaginateExpandedRows?unioncolumnResizeMode?unionenableColumnResizing?unioncolumnResizeDirection?uniononColumnSizingChange?OnChangeFn<ColumnSizingState>onColumnSizingInfoChange?OnChangeFn<object>autoResetPageIndex?uniongetPaginationRowModel?functionmanualPagination?uniononPaginationChange?OnChangeFn<object>rowCount?numberenableMultiRowSelection?unionenableRowSelection?unionenableSubRowSelection?uniononRowSelectionChange?OnChangeFn<RowSelectionState>RecordsViewPropsinterface `RecordsViewProps` from ui.AttributeFieldModeDisplay mode for AttributeField - "inline": Auto-submit on blur/close with horizontal layout (InlineField). Default behavior. - "form": No auto-submit, expects to be inside a parent Form, uses vertical layout (StackedField).