Pagination missing in embedded questions after upgrade to v0.56.4

Hi,
Today I upgraded Metabase from v0.54.15 to v0.56.4.
I had several reports (questions) with embedding enabled, displayed as iframes in an external page. After the upgrade, pagination controls are no longer visible for those embedded questions.

Have they been converted to single page with a scroll bar? that’s the new default.

1 Like

Yes

If that’s the case, it’s really not good for us.

Some of our queries return more than 200,000 records, and loading them all on a single scrollable page causes severe slowness and even browser crashes.

Hey!

You can disable this behaviour from the visualisation options of the question itself:

before:

after:

Thank you for your reply.

There is no issue when using dashboards. But to clarify the situation, let me explain a specific case:

I don’t want to use the report inside a dashboard. Instead, the report is created using the SQL Query option, and after enabling Embedding, it is displayed as an iframe on an external page.

In this case, pagination is missing, and all results are loaded in a single scrollable page, which is not practical for large datasets.

But that was always the case for questions, there was no pagination applied to questions. You can also see this outside of embedding. On metabase itself the question isn’t paginated. This is on 56 embedding preview:

and this is on 55:

Can you share an example on version 55? Cause I don’t understand what is the issue sorry