Hi Support:
I have a view that has a button that get records from an action method using the jquery call.
Then I have 3 Tabs, that shows the data in different ways, for example, in the first Tab , we want to show all records, but in the second Tab, I would like to show records based on a field value. Everytime a user selects a different tab, I dont want to get the data from the server, instead I would like to use the data that I previously loaded when the user pressed the button.
Please could you help to know how to filter the data at client side, and only retrieve it from the server when we need to (pressing a button).
Thanks
David