|
@@ -524,7 +524,7 @@ const PaginatedTable = (props: TaipyPaginatedTableProps) => {
|
|
sortDirection={orderBy === columns[col].dfid && order}
|
|
sortDirection={orderBy === columns[col].dfid && order}
|
|
sx={
|
|
sx={
|
|
columns[col].width
|
|
columns[col].width
|
|
- ? { width: columns[col].width }
|
|
|
|
|
|
+ ? { minWidth: columns[col].width }
|
|
: nbWidth
|
|
: nbWidth
|
|
? { minWidth: `${100 / nbWidth}%` }
|
|
? { minWidth: `${100 / nbWidth}%` }
|
|
: undefined
|
|
: undefined
|