[JSMentors] Re: Javascript data-driven simple webpage

2011-07-03 Thread RobG
On Jun 29, 8:45 pm, Andrés Maneiro andres.mane...@gmail.com wrote: Hello, I'm starting to develop a simple webpage intensive in data. Let me explain a bit what I need: - The front-end will be a simple webpage with several tables and one combobox. The values in the tables will change

[JSMentors] Re: Javascript data-driven simple webpage

2011-07-02 Thread patrick
Would agree, ExtJS is well worth looking at for data display. If it's an in house IE only project or if your having issues with legacy IE as a last resort you could investigate the MS datasrc attribute, it allows you to bind an external XML source to your HTML tables. On Jul 1, 5:54 am,

Re: [JSMentors] Re: Javascript data-driven simple webpage

2011-06-29 Thread Varun Aggarwal
I Agree with Anatoly. It solely depends on your requirements. Initially when i was doing the grids in my UI i used jqgrid which worked great for couple of hundreds of records(data was passed as JSON). But as mentioned below if the data is really too much most of the time would be spent in parsing