Pivot Table collapse/expand rows doesn't work for single question in Public/Embedding

Hi folks,
It is not possible to collapse/expand rows of Pivot Table shared via Public or Embedding(iframe) as single question.
I have the embedded question via iframe on the external link.
It works via dashboards, but how we can do this, without put the question in a dashboard?

Ihave the same issue in my local instance of Metabase!

Screenshot 2023-07-24 at 16.18.10

1 Like

Troubleshooting info?

Hi Luiggi,
This is the general info log.
I already tested in my localhost environment to reproduce the problem as well and I had the same results.
url like this on localhost: http://localhost:3000/public/question/f5eaa49b-ae5c-4bac-bea9-65f84b160c44

the same issue here : Pivot Table collapse/expand rows doesn't work for single question in Public/Embedding · Issue #21847 · metabase/metabase · GitHub

{
  "browser-info": {
    "language": "en-GB",
    "platform": "MacIntel",
    "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36",
    "vendor": "Google Inc."
  },
  "system-info": {
    "file.encoding": "UTF-8",
    "java.runtime.name": "OpenJDK Runtime Environment",
    "java.runtime.version": "11.0.19+7-post-Ubuntu-0ubuntu122.04.1",
    "java.vendor": "Ubuntu",
    "java.vendor.url": "https://ubuntu.com/",
    "java.version": "11.0.19",
    "java.vm.name": "OpenJDK 64-Bit Server VM",
    "java.vm.version": "11.0.19+7-post-Ubuntu-0ubuntu122.04.1",
    "os.name": "Linux",
    "os.version": "5.15.0-78-generic",
    "user.language": "en",
    "user.timezone": "Asia/Dili"
  },
  "metabase-info": {
    "databases": [
      "postgres"
    ],
    "hosting-env": "unknown",
    "application-database": "postgres",
    "application-database-details": {
      "database": {
        "name": "PostgreSQL",
        "version": "14.8 (Ubuntu 14.8-0ubuntu0.22.04.1)"
      },
      "jdbc-driver": {
        "name": "PostgreSQL JDBC Driver",
        "version": "42.5.1"
      }
    },
    "run-mode": "prod",
    "version": {
      "date": "2023-07-20",
      "tag": "v0.46.6.1",
      "branch": "release-v0.46.6.1",
      "hash": "c8912af"
    },
    "settings": {
      "report-timezone": "Asia/Dili"
    }
  }
}