ngx-rs-ant 2.2.7 → 2.2.8

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.
@@ -3060,6 +3060,9 @@ class DataGridComponent {
3060
3060
  getSelectedRowsData() {
3061
3061
  return this.dxDataGrid.instance.getSelectedRowsData();
3062
3062
  }
3063
+ getCombinedFilter() {
3064
+ return this.dxDataGrid.instance.getCombinedFilter(false);
3065
+ }
3063
3066
  refresh(callback) {
3064
3067
  this.dxDataGrid.instance.clearSelection();
3065
3068
  this.dxDataGrid.instance.refresh().then(() => {