mbrn / material-table

Datatable for React based on material-ui's table with additional features
https://material-table.com
MIT License
3.5k stars 1.03k forks source link

Option tableLayout: "fixed" is not working properly in version 1.69.2 #2698

Closed nelsonx73 closed 3 years ago

nelsonx73 commented 3 years ago

Guidelines

function Cases() { const [data, setData] = useState([ { country: "Dominican Republic", population: "100000", }, ]);

return (

); }

export default Cases;

The option tableLayout: "fixed" is not working as expected in material-table version 1.69.2. But, if I use version1.69.1 it works fine.

Please take a look at it. Your library is awesome.

Thanks.

jpete119 commented 3 years ago

I am experiencing this issue as well. If I revert to 1.69.1, this is fixed.

Fixed column widths are ignored completely.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You can reopen it if it required.