ngx-rs-ant 1.5.4 → 1.5.5

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.
@@ -3200,6 +3200,9 @@ class DataGridComponent {
3200
3200
  getSelectedRowKeys() {
3201
3201
  return this.dxDataGrid.instance.getSelectedRowKeys();
3202
3202
  }
3203
+ getSelectedRowsData() {
3204
+ return this.dxDataGrid.instance.getSelectedRowsData();
3205
+ }
3203
3206
  refresh(callback) {
3204
3207
  this.dxDataGrid.instance.refresh().then(() => {
3205
3208
  if (callback) {