up vote 0 down vote favorite
share [g+] share [fb]

I am planning to use YUI DataTables (for look-up) extensively in my web application. I may give option to open approximately 15 DataTables in a page. I am taking care of caching the content. I would like to know if there would any performance hit on the application. Any inputs are appreciated.

link|improve this question

50% accept rate
feedback

1 Answer

I have not worked with YUI tables that much, but I have worked with other libraries and plug-ins.

The major performance hit for most libraries is really how much data do you have in those tables. Larger tables tend to have larger render times. Adding a bunch of them together and you may find long waits to get to the data.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.