mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Doc for rowStyle
This commit is contained in:
parent
751ede7899
commit
c9df934f2a
2 changed files with 3 additions and 3 deletions
|
@ -303,7 +303,7 @@ const DataTableProps = [
|
|||
name: "rowStyle",
|
||||
type: "object",
|
||||
default: "null",
|
||||
description: "Inline style of the row."
|
||||
description: "A function that takes the row data as a parameter and returns the inline style for the corresponding row."
|
||||
},
|
||||
{
|
||||
name: "scrollable",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue