Saurabh Jaiswal
Saurabh Jaiswal

Reputation: 21

Get selected rows from gridx IBM BPM

I have implemented an export to excel service in gridx table for a ibm-bpm application. Currently it exports the entire table into an excel sheet. I want to pass only the selected rows from the table into the excel. So far I have tried the below things in the load event handler to get the selected row values:

  1. this.context.binding.get("value").get("listAllSelectedIndices");
  2. this.grid.select.row.getSelected();

There seem to be modules to select rows. Could someone explain me how to implement them? I have implemented the code as shown here: http://www.ibpmcoding.com/2015/02/export-to-excel-in-gridx-table-coach.html

Upvotes: 0

Views: 1303

Answers (0)

Related Questions