Could someone please provide guidance on adjusting the size of a table made with material table? I am currently working in React and the following code is not yielding the desired outcome. I even attempted to use 'react-virtualized-auto-sizer' without success.
options={{
cellStyle: {
width: 100,
maxWidth: 100,
},
headerStyle: {
width: 100,
maxWidth: 100,
},
}}