oria / gridx

Just another powerful Dojo grid
Other
162 stars 78 forks source link

Export Selected Rows Not Working in Dojo GridX #420

Open ghost opened 6 years ago

ghost commented 6 years ago

I am exploring Gridx control in Dojo. I am curious about Export and print module of GridX. While checking exporter example I found that 'Selected Rows Only' functionality does not work. It exports all rows of grid irrespective of what I selected.Has anybody faced this issue ? How can I implement 'export selected rows only' functionality in GridX? Is it a bug with GridX Export module ?

Ref Javascript https://github.com/oria/gridx/blob/master/tests/test_grid_exporter.js

rsrini7 commented 5 years ago

Yes. I am also exploring. after filter only the export is restricted. "Selected rows - export" not working