inviton-powerduck 0.0.207 → 0.0.208
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1812,7 +1812,7 @@ class DataTableComponent extends TsxComponent<DataTableArgs> implements DataTabl
|
|
|
1812
1812
|
}
|
|
1813
1813
|
|
|
1814
1814
|
getMobileBehavior(): DataTableMobileBehavior {
|
|
1815
|
-
return this.currentMobileBehavior ?? DataTableConfig.defaultMobileBehavior;
|
|
1815
|
+
return this.currentMobileBehavior ?? (DataTableConfig.defaultMobileBehavior as DataTableMobileBehavior);
|
|
1816
1816
|
}
|
|
1817
1817
|
|
|
1818
1818
|
getVisibleColumns(): TableColumn[] {
|