jQuery UI Widgets Forums DataTable Preserve previous advanced filter criteria

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

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

  • Santhosh Chandran
    Participant

    Hello All,

    I have been trying to achieve excel type column multi select feature using JqxdataTable. Advance filter option provides this feature, however, the selection is not preserved when the filter column is changed. My requirement is to be able to do multi select on an already filtered dataset.

    Name Country Profession
    Santhosh India Engineer
    John US Doctor
    Chandran India Doctor
    David US Engineer

    On the above table if I apply advanced filter Name=[Santhosh, Chandran, David], will list the below.

    Name Country Profession
    Santhosh India Engineer
    Chandran India Doctor
    David US Engineer

    Now I should be able to apply filter on the above dataset to filter country=India, so that only the first two rows is displayed.
    However, currently if the filter is changed to country=India, previous filter of Name=[Santhosh, Chandran, David] is cleared.

    Is there a workaround to apply multi select feature to an existing filtered dataset?

    Any help is much appreciated.

    Thanks,
    Santhosh


    Peter Stoev
    Keymaster

    Hi Santhosh,

    Sorry, but your statement is not valid. See: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxdatatable/javascript-datatable-advanced-filtering.htm?arctic. If you filter by Supplier Name, after that you can Filter by Name, etc and previous filters are not cleared.

    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.