Our blazing fast Grid component built with pure JavaScript


Post by Webethics »

Hello

we are working with excelExporter and it's working fine for one grid. But our requirement is a little bit different, we have multiple grids on the same page and every grid has a different ref and the requirement is to export all grid data into one file.

Currently, if we export the grid then it will generate the no. of files base on the no. of grids.
So please guide us is this possible to export all grid data into one file.

we have attached the screenshot of the grid for your reference.
https://prnt.sc/10fwq90

Thanks


Post by mats »

This is not supported I'm afraid. It should not be so hard to implement, you can create your own export feature which is capable of this, just look at the sources of our export feature and it should be straight forward what needs to be done. Look at

Grid/feature/experimental/ExcelExporter.js

and the files it imports.

If you need help to build this, our Services team is available: https://www.bryntum.com/services/


Post Reply