Need to get filtered records count and download filtered records in table
I have a table which is sourced from data page. I am using connect SQL and and saving the data from connect sql to data page. I am showing the data in table. I have turned on filters for some columns. I need to show the count of filtered records and also download the filtered records. Currently I am able to show the count of all records and download all the records but how to do it when we apply filters?