Refactor #3983 - For DataTable

This commit is contained in:
Tuğçe Küçükoğlu 2023-06-02 14:10:18 +03:00
parent e0194b3af4
commit 9c2d39313f
10 changed files with 152 additions and 78 deletions

View file

@ -596,9 +596,9 @@ export interface DataTablePassThroughOptions {
*/
rowgroupHeader?: DataTablePassThroughOptionType;
/**
* Uses to pass attributes to the row's DOM element.
* Uses to pass attributes to the body row's DOM element.
*/
row?: DataTablePassThroughOptionType;
bodyRow?: DataTablePassThroughOptionType;
/**
* Uses to pass attributes to the row expansion's DOM element.
*/