Fixed #956 - Possibility to define column visibility

This commit is contained in:
Cagatay Civici 2021-05-14 15:30:49 +03:00
parent feb3187d68
commit cfa4b06c03
10 changed files with 68 additions and 36 deletions

View file

@ -232,7 +232,14 @@ const ColumnProps = [
type: "boolean",
default: "true",
description: "Whether the column is included in data export."
},
{
name: "hidden",
type: "boolean",
default: "false",
description: "Whether the column is rendered."
}
];
const ColumnSlots = [