jQuery UI Widgets Forums Navigation Tree Complex search and download possible?

This topic contains 3 replies, has 2 voices, and was last updated by  Martin 4 years, 8 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Complex search and download possible? #103472

    walker1234
    Participant

    Is there a complex search functionality on the data that can be built using jqxTree? Also, once I have data filtered out using the search criteria, I would like to download that particular data as well. Please let me know if that’s possible. Thanks

    Complex search and download possible? #103487

    Martin
    Participant

    Hello walker1234,

    No, unfortunately, jqxTree does not have such functionality.

    Best Regards,
    Martin

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

    Complex search and download possible? #103492

    walker1234
    Participant

    Okay.

    1) Does jQXGrid has such type of functionality?

    2) Suppose if I have react project based code which does the search for me. Is it possible for me to plug-in that piece of code in the jQXgrid and get the results filtered on the jQXgrid?

    3) After getting the results in filtered form after search is done, is it possible to download the filtered results only using the exportdata feature?

    Complex search and download possible? #103499

    Martin
    Participant

    Hello walker1234,

    I would suggest you to check this Demo
    about Custom Filtering in jqxGrid.
    You can also use the updatebounddata for updating the grid with the result of your search, if you use external logic. You can see this Example.

    For the data export, yes, the exportdata method will export only the filtered results. Check this Example.

    Best Regards,
    Martin

    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.