-
- Downloads
feat(sdk): ability to render question layout when drilling down in interactive...
feat(sdk): ability to render question layout when drilling down in interactive dashboard (#50017) (#50237)
* allow passing custom views to underlying ad-hoc questions
* update readme docs
* accept component instead
* tweak layout story
* update docs
* add e2e tests
* cleanup tests
* remove incorrect tests
* simplify tests
* rename prop to renderDrillThroughQuestion and update docs
* swap docs order
* add missing marker
* clarify drill-through naming
* replace dead links
Co-authored-by:
Phoomparin Mano <poom@metabase.com>
Showing
- docs/embedding/sdk/dashboards.md 33 additions, 12 deletionsdocs/embedding/sdk/dashboards.md
- e2e/support/helpers/e2e-embedding-sdk-helpers.js 0 additions, 10 deletionse2e/support/helpers/e2e-embedding-sdk-helpers.js
- e2e/support/helpers/e2e-embedding-sdk-helpers.ts 62 additions, 0 deletionse2e/support/helpers/e2e-embedding-sdk-helpers.ts
- e2e/test/scenarios/embedding-sdk/helpers/interactive-question-e2e-helpers.ts 5 additions, 40 deletions...embedding-sdk/helpers/interactive-question-e2e-helpers.ts
- e2e/test/scenarios/embedding-sdk/interactive-dashboard.cy.spec.ts 30 additions, 0 deletions.../scenarios/embedding-sdk/interactive-dashboard.cy.spec.ts
- e2e/test/scenarios/embedding-sdk/interactive-question.cy.spec.ts 3 additions, 3 deletions...t/scenarios/embedding-sdk/interactive-question.cy.spec.ts
- enterprise/frontend/src/embedding-sdk/components/private/InteractiveAdHocQuestion.tsx 6 additions, 2 deletions...dding-sdk/components/private/InteractiveAdHocQuestion.tsx
- enterprise/frontend/src/embedding-sdk/components/public/InteractiveDashboard/InteractiveDashboard.stories.tsx 17 additions, 0 deletions...lic/InteractiveDashboard/InteractiveDashboard.stories.tsx
- enterprise/frontend/src/embedding-sdk/components/public/InteractiveDashboard/InteractiveDashboard.tsx 14 additions, 2 deletions...ents/public/InteractiveDashboard/InteractiveDashboard.tsx
Loading
Please register or sign in to comment