mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #956 - Possibility to define column visibility
This commit is contained in:
parent
feb3187d68
commit
cfa4b06c03
10 changed files with 68 additions and 36 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue