PDA

View Full Version : Anybody with "paging & remote dataset grid experian



noname
20 Feb 2007, 12:15 AM
Hi all,

I am a newbie, started using yui-ext. I have a Mysql database and some PHP scripts. I want the results(from the database) to be displayed in a grid, dynamically. Some body please help...........

Animal
20 Feb 2007, 12:41 AM
Look at

http://www.yui-ext.com/deploy/yui-ext/docs/output/YAHOO.ext.grid.XMLDataModel.html#initPaging

and

http://www.yui-ext.com/deploy/yui-ext/docs/output/YAHOO.ext.grid.JSONDataModel.html#initPaging

YOU provide the URL which supplies either XML or JSON data. The grid will pass the parameters page and pageSize, and you return the requested segment of the dataset in whichever format you decide on.

noname
20 Feb 2007, 12:50 AM
I will try accoording to the Docs and inform u the updates after a while.
Thanks for the links.