diff --git a/components/lib/datatable/DataTable.d.ts b/components/lib/datatable/DataTable.d.ts index 6dadf7fe2..53fdcd3d2 100755 --- a/components/lib/datatable/DataTable.d.ts +++ b/components/lib/datatable/DataTable.d.ts @@ -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. */ diff --git a/components/lib/datatable/TableBody.vue b/components/lib/datatable/TableBody.vue index 0aa3e7528..4c671f28d 100755 --- a/components/lib/datatable/TableBody.vue +++ b/components/lib/datatable/TableBody.vue @@ -5,10 +5,10 @@