mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #1696 - Add tableStyle and tableClass to Table
This commit is contained in:
parent
10e49e1de5
commit
f61efad17e
4 changed files with 35 additions and 1 deletions
|
@ -346,6 +346,18 @@ const DataTableProps = [
|
|||
type: "boolean",
|
||||
default: "false",
|
||||
description: "Whether to displays rows with alternating colors."
|
||||
},
|
||||
{
|
||||
name: "tableStyle",
|
||||
type: "object",
|
||||
default: "null",
|
||||
description: "Inline style of the table element."
|
||||
},
|
||||
{
|
||||
name: "tableClass",
|
||||
type: "string",
|
||||
default: "null",
|
||||
description: "Style class of the table element."
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue