Hi, I have found a bug where every time I manually resize a column and then update the grid column props (changing the width), the width doesn't change. It seems as if the the grid only listens to that width property when you haven't manually resized it.
Steps To Reproduce:
columns = [{
...
resizable: true,
width: 200,
},...]
Expected: column widths should change accordingly
Actual behaviour: the column widths stay the same, completely ignoring the width property
I am using react-data-grid version 7.0.0-canary.47, react/react-dom version ^16.13.1
Duplicate issue #2042
Owner Name | adazzle |
Repo Name | react-data-grid |
Full Name | adazzle/react-data-grid |
Language | TypeScript |
Created Date | 2015-03-06 |
Updated Date | 2023-03-23 |
Star Count | 5922 |
Watcher Count | 129 |
Fork Count | 2072 |
Issue Count | 161 |
Issue Title | Created Date | Updated Date |
---|