Refactor #4024 - For DataTable

This commit is contained in:
Tuğçe Küçükoğlu 2023-06-05 16:49:36 +03:00
parent 9cb888b6a0
commit 3f14493571
2 changed files with 6 additions and 6 deletions

View file

@ -597,7 +597,7 @@ export interface DataTablePassThroughOptions {
/**
* Uses to pass attributes to the rowgroup header's DOM element.
*/
rowgroupHeader?: DataTablePassThroughOptionType;
rowGroupHeader?: DataTablePassThroughOptionType;
/**
* Uses to pass attributes to the body row's DOM element.
*/
@ -609,7 +609,7 @@ export interface DataTablePassThroughOptions {
/**
* Uses to pass attributes to the rowgroup footer's DOM element.
*/
rowgroupFooter?: DataTablePassThroughOptionType;
rowGroupFooter?: DataTablePassThroughOptionType;
/**
* Uses to pass attributes to the empty message's DOM element.
*/