diff --git a/components/lib/datatable/DataTableBase.js b/components/lib/datatable/DataTableBase.js index 90439094a6..0cca89d47c 100644 --- a/components/lib/datatable/DataTableBase.js +++ b/components/lib/datatable/DataTableBase.js @@ -471,6 +471,7 @@ export const DataTableBase = ComponentBase.extend({ first: 0, footer: null, footerColumnGroup: null, + frozenRow: false, frozenValue: null, frozenWidth: null, globalFilter: null, diff --git a/components/lib/datatable/datatable.d.ts b/components/lib/datatable/datatable.d.ts index 1562904659..2c6fd9948f 100644 --- a/components/lib/datatable/datatable.d.ts +++ b/components/lib/datatable/datatable.d.ts @@ -1141,6 +1141,10 @@ interface DataTableBaseProps extends Omit