Table page animations

Hi,
Ive made a table with dash, however the table is so big that it has multiple pages, is there anyway i can make the table switch between itself. I was thinking like a carousel through the table pages

Hello @Stoop,

Welcome to the community!

You mean some sort of time interval with a “play” button?

I would like for it to be automatic as the webpage is a dashboard , so ideally no play button.
Thank you for the response

So, you don’t want the user to be able to stop on any page of the table to explore the data?

no i want the table to go through each page automatically and it would have no user interaction

Then I’d hook up a dcc.Interval component with a callback to increase the page_current of the DataTable.

Thank you ill give it a go

1 Like