react-data-grid
react-data-grid copied to clipboard
rowHeight props, can it accept a string type ?
Use case
rowHeight?: Maybe<number | string | ((args: RowHeightArgs<R>) => number | string)> i want to set one rows's gridTemplateRows is 'max-content' or 'auto'