π¨Grid Columns
Basic usage
const columns: GridColumn[] = [
{ title: "First", id: "first", width: 150 },
{ title: "Second", id: "second", width: 150 }
];
<DataEditor {...rest} columns={columns} />
Header icons

Header theming

Last updated