Updating column size
This commit is contained in:
@@ -24,7 +24,7 @@ const ListEntity = () => {
|
||||
const columns = [
|
||||
{ field: "entity_data.type", column: { width: 110 }},
|
||||
{ field: "label", column: { flex: 1 }},
|
||||
{ field: "updated_at", column: { flex: 1 }},
|
||||
{ field: "updated_at", column: { width: 160 }},
|
||||
];
|
||||
return <List<Entity> resource={`entities`} schemaName={"Entity"} columns={columns} />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user