Hello, I'm using your material-ui Grid.
https://devexpress.github.io/devextreme-reactive/react/grid/docs/guides/getting-started/
I want all the columns in my grid to size automaticly, according to the cell's maximum content width .
If i could, i would wish to ajust this "autosize" to a specific columns, whereas other columns get a fixed with - where autosize property also gives the possibility of a maximum width before it cuts off the content of the column.
Is there any possibility to achieve that?
Here a list of my current devexpress packets:
├─ @devexpress/dx-core@1.9.1
├─ @devexpress/dx-grid-core@1.9.1
├─ @devexpress/dx-react-core@1.9.1
│ ├─ @devexpress/dx-core@^1.9.1
│ └─ prop-types@^15.6.2
├─ @devexpress/dx-react-grid-material-ui@1.9.1
│ ├─ classnames@^2.2.6
│ └─ prop-types@^15.6.2
├─ @devexpress/dx-react-grid@1.9.1
│ ├─ @devexpress/dx-grid-core@^1.9.1
│ └─ prop-types@^15.6.2