diff --git a/frontend/taipy-gui/src/components/Taipy/PaginatedTable.tsx b/frontend/taipy-gui/src/components/Taipy/PaginatedTable.tsx index ed25406b6..c5d28f2ec 100644 --- a/frontend/taipy-gui/src/components/Taipy/PaginatedTable.tsx +++ b/frontend/taipy-gui/src/components/Taipy/PaginatedTable.tsx @@ -524,7 +524,7 @@ const PaginatedTable = (props: TaipyPaginatedTableProps) => { sortDirection={orderBy === columns[col].dfid && order} sx={ columns[col].width - ? { width: columns[col].width } + ? { minWidth: columns[col].width } : nbWidth ? { minWidth: `${100 / nbWidth}%` } : undefined