cilog-lib 1.1.9 → 1.2.2

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.
@@ -630,7 +630,8 @@ class CilogTableComponent {
630
630
  this.table._filter();
631
631
  this.table.filterTimeout = null;
632
632
  this.table.anchorRowIndex = null;
633
- this.table.scroller.setInitialState();
633
+ this.table.scroller.viewInit();
634
+ //this.table.scroller.setInitialState();
634
635
  }
635
636
  isModeCheckboxSelection() {
636
637
  return this.options.selectable == true && this.options.modeSelection != null && this.options.modeSelection == ModeSelection.Checkbox;