mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #1734 - New rowStyle prop for DataTable
This commit is contained in:
parent
5dba71a254
commit
cedb06ca0a
4 changed files with 23 additions and 3 deletions
|
@ -299,6 +299,12 @@ const DataTableProps = [
|
|||
default: "null",
|
||||
description: "A function that takes the row data and returns a string to apply a particular class for the row."
|
||||
},
|
||||
{
|
||||
name: "rowStyle",
|
||||
type: "object",
|
||||
default: "null",
|
||||
description: "Inline style of the row."
|
||||
},
|
||||
{
|
||||
name: "scrollable",
|
||||
type: "boolean",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue