When I click a bar in a bar chart or a slice in a pie chart I am able to see a table with the underlying raw data. This is very useful, but is it possible to achieve the following functionalities?
- Pagination. I would like my users to be able to view all the data page by page in the browser rather than having to download a csv file.
- Dynamic ordering. That is when you click a column to indicate that you would like to sort the rows by values in that column and you choose ascending or descending order.
- Column selection. I would like to be able to either let users select what columns to display or at least define them upfront for raw data for a given chart.
- Filtering. Can I dynamically add filters to columns as I browse the raw data?