Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pivot grid with remote data scenario shows expanded in header with a flat column configuration. #14038

Closed
MayaKirova opened this issue Apr 1, 2024 · 0 comments · Fixed by #14047
Assignees
Labels
🐛 bug Any issue that describes a bug grid: pivot 🆕 status: new ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@MayaKirova
Copy link
Contributor

Description

When data is remote and default pivot strategies are skipped with a flat config:

columns: [
        {
          memberName: "Buckets Status",
          dataType: "string",
          enabled: true,
        },
        {
          memberName: "Status",
          dataType: "string",
          enabled: true,
        },
      ],

An expander shows in the header incorrectly:
image

It should not show as the config defines siblings and not a parent-child relation.

  • igniteui-angular version:
  • browser:

Steps to reproduce

  1. Open sample at: https://urldefense.proofpoint.com/v2/url?u=https-3A__codesandbox.io_p_devbox_spring-2Dbash-2Dcy9nrr&d=DwIFAw&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r=wJ2TFK8NwqZb0nVvdmTNRL3NM1xW1Zo-jbAv6OH8pso&m=-D47jsAaQKqdGgz-m8LH6sz5C3f6fso8_RnDYMXgcWNBzFbeMXKxR7Peu5AlDsmZ&s=khU2daQr7QKgi5hbc9aPagJdg82VuNdMsfVwJDDIE4I&e
  2. Observe the column headers.

Result

Expander shows but there's no hierarchy to expand/collapse.

Expected result

No expander.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Any issue that describes a bug grid: pivot 🆕 status: new ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants