ods-component-lib 1.18.133 → 1.18.134

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
@@ -35092,7 +35092,7 @@ var OdsServerSideDatagrid = function OdsServerSideDatagrid(props) {
35092
35092
  if (e.fullName.includes("sortOrder")) {
35093
35093
  dataGrid.getScrollable().scrollTo(0);
35094
35094
  }
35095
- if (e.fullName.includes("filterValue") || e.fullName.includes("filter")) {
35095
+ if (e.fullName.includes("filterValue") || e.fullName.includes("filter") || e.fullName.includes("columns") || e.fullName.includes("searchPanel.text")) {
35096
35096
  var active = updateFilterStatus();
35097
35097
  if (active) {
35098
35098
  setTimeout(function () {