DataGrid
function `DataGrid` from ui.
function DataGrid from ui.
Signature
<TData>({ dataGridRef, headerRef, rowMapRef, footerRef, dir, table, tableMeta, rowVirtualizer, virtualItems, columns, searchState, columnSizeVars, cellSelectionMap, focusedCell, editingCell, rowHeight, contextMenu, pasteDialog, totalSize, onRowOpen, onRowAdd, rowAddLabel, isAddRow, onAddRowClick, subAddRowLabel, height, stretchColumns, className, pageStates: _pageStates, retryPage: _retryPage, refresh: _refresh, totalCount: _totalCount, loadedPagesCount: _loadedPagesCount, isFetching: _isFetching, isLoading: _isLoading, isRowLoading, toggleExpand, canRowExpand, ...props }: DataGridProps<TData>): Element