Fixed table layout being fixed by the new sticky headers
This caused the columns to not get auto-sized, which broke it especially bad on iOS
This commit is contained in:
@@ -267,6 +267,7 @@ export const SpoolList: React.FC<IResourceComponentsProps> = () => {
|
||||
<Table
|
||||
{...tableProps}
|
||||
sticky
|
||||
tableLayout="auto"
|
||||
scroll={{ x: "max-content" }}
|
||||
dataSource={dataSource}
|
||||
rowKey="id"
|
||||
|
||||
Reference in New Issue
Block a user