jQuery UI Widgets Forums Grid Export all (checkbox) selected rows

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Export all (checkbox) selected rows #53673

    hopper
    Participant

    Hi,

    is there any other possibility to export only (checkbox) selected columns by getting the row indexes via getselectedrowindexes, loop through this array and get the data for each row in it and give it to the “export” function?

    Or is there any other, more comfortable and maybe even more performant way to do this?

    Thanks a lot.

    Regards

    Stephan

    Export all (checkbox) selected rows #53674

    Peter Stoev
    Keymaster

    Hi Stephan,

    As you can see from the Grid’s API page, the “exportdata” method has a parameter called “rows” which determines the rows which will be exported. So if you pass a filtered set of rows, the Grid will export only them.

    Best Regards,
    Peter Stoev

    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.