R/components.R
DataGrid.Rd
DataGrid
DataGrid(rows = NULL, columns = NULL, ...)
A data.frame of rows. An id column is added automatically from row names if not already present.
id
Column definitions (list of lists). If NULL, auto-generated from names(rows).
NULL
names(rows)
Additional props passed directly to the MUI DataGrid component.