daixufeng / flexigrid

Automatically exported from code.google.com/p/flexigrid
0 stars 0 forks source link

How to recreate grid by using an json object in client? #106

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I have connect to server side and retrieve data of rows.
Actually 4 pages returned.

But the second page is the current page, and others are the buffer pages.

I want to create flexigrid to display the second page.
Is there any way to load data locally in JavaScript?

After that, if user click the next page icon, I will recreate grid based on the 
data of page 3 immediately, and retrieve another buffer page asyn.

Could any one help?

Original issue reported on code.google.com by ChinaTo...@gmail.com on 22 Feb 2012 at 12:57