Doc for rowStyle

This commit is contained in:
Cagatay Civici 2021-11-15 16:32:35 +03:00
parent 751ede7899
commit c9df934f2a
2 changed files with 3 additions and 3 deletions

View file

@ -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",