@kanunilabs/datagrid-react / InferColumnsOptions
Interface: InferColumnsOptions
Defined in: datagrid-core/dist/index.d.ts:1227
Properties
defaults?
optionaldefaults?:Partial<GridColumnDef<GridRowData>>
Defined in: datagrid-core/dist/index.d.ts:1240
Applied to every produced column, before field/headerName.
exclude?
optionalexclude?: readonlystring[]
Defined in: datagrid-core/dist/index.d.ts:1231
Never produce a column for these fields (an internal id, a big blob).
humanizeHeaders?
optionalhumanizeHeaders?:boolean
Defined in: datagrid-core/dist/index.d.ts:1238
Turn unitPrice into Unit price. Default true — a header of unitPrice
is the giveaway that nobody looked at the screen.
include?
optionalinclude?: readonlystring[]
Defined in: datagrid-core/dist/index.d.ts:1233
Only these fields, in this order. Everything else is skipped.
sampleSize?
optionalsampleSize?:number
Defined in: datagrid-core/dist/index.d.ts:1229
Rows to look at. Default 50.