Got couple of questions –
a) I would like to use filter capability in grid. However, also would like to have tree view capability. With a click of button, I would like to switch from grid view to tree view with filters intact. Is it possible?
b) If I have json API call that has 100,000 records but I specify only 20 at a time in my grid build. Is it going to fetch just 20 records and display or is it going to get all 100,000 records and filter on client side to display only 20. What is the true mechanism here? I hope my second scenario is not true with your component.
Thanks,