const columns = [
{
title: 'Title',
field: 'field',
cellStyle: { minWidth: 300 } --> minWidth instead of width; not sure why using % not working
}
]
this one did save me. hope the same to you. on "material-table": "^2.0.6"