jQWidgets Forums

jQuery UI Widgets Forums Grid Showing large number of tables

This topic contains 3 replies, has 2 voices, and was last updated by  Dimitar 12 years, 3 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Showing large number of tables #15129

    agelospanagiotakis
    Participant

    We have to show about 100 tables in the same page.
    Any ideas on how to maximize performance of these 100 jqxgrid tables?
    the tables get data from csv files ,which seems to take only 1.4 seconds.
    Since not all tables are shown at once but are in different jqxTabs is there any way not to take such a long time before users are able to interact with the page tabs tables etc. ?

    Showing large number of tables #15136

    Dimitar
    Participant

    Hello agelospanagiotakis,

    A proper way to implement jqxGrid with jqxTabs is by using the initTabContent callback function. That way, the grid will be loaded only when the tab containing it is open for the first time. Please check out the Integration with other widgets jqxTabs demo.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    Showing large number of tables #15148

    agelospanagiotakis
    Participant

    Dear Dimitar,

    Thank you very much for your fast response! I implemented this in my paradigm and actually worked much more the way i wanted it to behave.
    One more question if you please:
    When should i execute this command;
    $(‘#jqxGridName).jqxGrid(‘autoresizecolumns’);

    This command also is getting to much time to respond.

    Best Regards,
    Angelos Panagiotakis

    Showing large number of tables #15150

    Dimitar
    Participant

    Hi Angelos Panagiotakis,

    For increased performance, call the autoresizecolumns method in the ready callback function of each grid (while the grids are still initialized in initTabContent).

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.