Hi! How set auto width for column(s) ? columnDef = [ { field: 'name', minWidth: 100, width: 'auto'}, { field: 'age', minWidth: 20, width: 'auto'} ]