wokier / gwt-table-to-excel

Automatically exported from code.google.com/p/gwt-table-to-excel
2 stars 2 forks source link

Cannot export all datas by using AsyncDataProvider, Paging with CellTable. #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a celltable with paging and asyncDataProvider.
2. add the cellTable with exportButton to TableToExcelClient
3. When click on exportButton, excel only contain current page datas.

What is the expected output? What do you see instead?
I would like to have all the datas output from database.

What version of the product are you using? On what operating system?
I am using GWT SDK 2.2 with windows 7 32 bits.

Please provide any additional information below.

Original issue reported on code.google.com by soonfatt...@gmail.com on 13 Apr 2011 at 5:57

GoogleCodeExporter commented 9 years ago

Original comment by wokier on 4 Jan 2013 at 11:59

GoogleCodeExporter commented 9 years ago
Is this the limitation that we cannot export all the data when CellTable has 
pagination using TableToExcelClient??...we are able to export the data in 
current page...

Original comment by mechrav...@gmail.com on 22 May 2013 at 5:59