jQuery UI Widgets Forums Grid Hide lots of rows

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 10 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Hide lots of rows #51781

    pt-jcoelho
    Participant

    Hi
    I need to have rows that the Agregate (Sum, Avg, etc) the detail rows.

    On $(document).ready, i need to hide those detail rows, so that the user only sees the Agregate rows.
    If the user clicks the agregate row, the detail rows show.

    Hiding lots of rows takes lot of time.
    For example, I’m doing like this.
    for (i = 0; i < 100; i++) {
    $(“#jqxgrid”).jqxGrid(‘hiderow’, i);
    }

    Is there a faster way?
    Best Regards

    Hide lots of rows #51804

    Dimitar
    Participant

    Hello pt-jcoelho,

    The hiderow method is not public and is not supported. Note that jqxTreeGrid has a similar functionality to the one described by you.

    Best Regards,
    Dimitar

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

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

You must be logged in to reply to this topic.