ods-component-lib 1.18.160 → 1.18.161

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.
package/dist/index.js CHANGED
@@ -34641,7 +34641,6 @@ var OdsServerSideDatagrid = function OdsServerSideDatagrid(props) {
34641
34641
  };
34642
34642
  if (e.fullName.includes("sortOrder")) {
34643
34643
  dataGrid.getScrollable().scrollTo(0);
34644
- setHeaderFilterData([]);
34645
34644
  }
34646
34645
  if (e.fullName.includes("filterValue") || e.fullName.includes("filter") || e.fullName === "searchPanel.text") {
34647
34646
  var active = updateFilterStatus();