In test webcharts version 1.9.0-RC3, I noticed a pagination bug, where you can click on a bar in the chart with lots of records, page through the table for several pages, and then if you click on a bar with fewer records, it seems to retain the pagination, even if the new table does not have that many pages, so you end up with an empty table. It shows the correct number of records, and you can click a page or arrow button to be taken to a page with records on it, but the table should be properly refreshed when you click on a new bar.
Steps to recreate:
render the chart
click on one of the taller bars in the chart
paginate through the table to at least page 5 or 6
In test webcharts version 1.9.0-RC3, I noticed a pagination bug, where you can click on a bar in the chart with lots of records, page through the table for several pages, and then if you click on a bar with fewer records, it seems to retain the pagination, even if the new table does not have that many pages, so you end up with an empty table. It shows the correct number of records, and you can click a page or arrow button to be taken to a page with records on it, but the table should be properly refreshed when you click on a new bar.
Steps to recreate: