jQWidgets Forums

jQuery UI Widgets Forums Grid How to access filter selection

Tagged: , ,

This topic contains 1 reply, has 2 voices, and was last updated by  admin 4 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • How to access filter selection #113150

    mikeerickson
    Participant

    Hello,

    I am just getting started with jqWidgets and I am currently using the VueJS grid component

    I am trying to figure out how to access the filtered selection of rows? I have looked at all the API grid properties and I dont see anything (method, property, etc) which will allow me to access the filtered rows

    I need to process the filtered selection (using the basic filtering interface) from another component method

    Thanks in advance

    Mike

    How to access filter selection #113169

    admin
    Keymaster

    Hi mikeerickson,

    We do not have API for that. However, to get the current list of rows in the Grid, you can use its getrows method. getrows returns the filtered rows when filtering is applied. We also have API to get the selected rows(getselectedrowindexes method) so you can use the Javascript Arrays filter method to match the filtered and selected rows.

    Best regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com/

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

You must be logged in to reply to this topic.