Fixed #1734 - New rowStyle prop for DataTable

This commit is contained in:
Tuğçe Küçükoğlu 2021-11-08 16:53:53 +03:00
parent 5dba71a254
commit cedb06ca0a
4 changed files with 23 additions and 3 deletions

View file

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