react-data-grid icon indicating copy to clipboard operation
react-data-grid copied to clipboard

rowHeight props, can it accept a string type ?

Open szatpig opened this issue 3 years ago • 0 comments

Use case

rowHeight?: Maybe<number | string | ((args: RowHeightArgs<R>) => number | string)> i want to set one rows's gridTemplateRows is 'max-content' or 'auto'

szatpig avatar Oct 18 '22 01:10 szatpig