Reputation: 21
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:
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