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

Results 11 react-grid issues
Sort by recently updated
recently updated
newest added

Currently column width is computed via functions in [ColumnMetrics](https://github.com/prometheusresearch/react-grid/blob/master/lib/ColumnMetrics.js) module. This code is also called by `Header` and `Grid` components to implement column resizing functionality. Instead it would be useful...

feature