diff --git a/components/lib/dataview/DataView.d.ts b/components/lib/dataview/DataView.d.ts index 856ef9360..84145ab87 100755 --- a/components/lib/dataview/DataView.d.ts +++ b/components/lib/dataview/DataView.d.ts @@ -65,6 +65,10 @@ export interface DataViewPassThroughOptions { * Uses to pass attributes to the content's DOM element. */ content?: DataViewPassThroughOptionType; + /** + * Uses to pass attributes to the grid's DOM element. + */ + grid?: DataViewPassThroughOptionType; /** * Uses to pass attributes to the column's DOM element. */ @@ -77,10 +81,6 @@ export interface DataViewPassThroughOptions { * Uses to pass attributes to the footer's DOM element. */ footer?: DataViewPassThroughOptionType; - /** - * Uses to pass attributes to the grid's DOM element. - */ - grid?: DataViewPassThroughOptionType; } /**