mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Update API doc
This commit is contained in:
parent
1a004acd74
commit
d839fe70f6
1 changed files with 1 additions and 1 deletions
2
components/lib/datatable/DataTable.d.ts
vendored
2
components/lib/datatable/DataTable.d.ts
vendored
|
@ -1071,7 +1071,7 @@ export interface DataTableProps {
|
||||||
rowClass?: (data: any) => string | object | undefined;
|
rowClass?: (data: any) => string | object | undefined;
|
||||||
/**
|
/**
|
||||||
* A function that takes the row data as a parameter and returns the inline style object for the corresponding row.
|
* A function that takes the row data as a parameter and returns the inline style object for the corresponding row.
|
||||||
* The function may also return an array of style objects which will be merged.
|
* The function may also return an array of style objects which will be merged.
|
||||||
* The return value of this function is directly applied as a Vue.js style-binding on the table row.
|
* The return value of this function is directly applied as a Vue.js style-binding on the table row.
|
||||||
*/
|
*/
|
||||||
rowStyle?: (data: any) => object | object[] | undefined;
|
rowStyle?: (data: any) => object | object[] | undefined;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue