jQWidgets Forums

jQuery UI Widgets Forums DataTable jqxDataTable – selectAll method

This topic contains 2 replies, has 2 voices, and was last updated by  emac80 10 years, 9 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • jqxDataTable – selectAll method #56030

    emac80
    Participant

    Hello everybody!

    I’m having some serious performances issues related to selection of more than 500 rows.
    To do so, it takes several seconds and the DataTable is freezed in the meanwhile.

    Does it exist a method to do so quickly? For example, we have both “unselectRow” and “clearAll” methods so, why not to implement a “selectAll” method?

    Thanks in advance to let me know your opinions/suggestions.

    E.

    jqxDataTable – selectAll method #56031

    Peter Stoev
    Keymaster

    Hi emac80,

    Such method is not available in this widget. A performance issue will happen in your case because you’ll have 500 refreshes of the DataTable. A possible solution would be to Stop the refreshes before calling selectRow in a loop and Resume the refreshes after that. Example: http://jsfiddle.net/jqwidgets/4LSda/

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    jqxDataTable – selectAll method #56047

    emac80
    Participant

    Many thanks!

    It works and solves my performance issue!

    E.

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

You must be logged in to reply to this topic.