I use struts2 and JQgrid without plugin. I need to export data to an Excel file. I set loadOnce
as false pagination is on the server side.
For my export file I need it to contain all data from my database, I use exportToExcel
function for jqgrid but it doesn't work.
Any suggestions would be appreciated.
exportToExcel function work only on local data, which should be loaded either with loadonce true or with data parameter. More on this you can read in documentation
In order to make export in this case you will need to export the data at server side.