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

AG Grid styling issues with floating filters #1236

Open
2 tasks done
philippsteinberg opened this issue Apr 23, 2024 · 1 comment
Open
2 tasks done

AG Grid styling issues with floating filters #1236

philippsteinberg opened this issue Apr 23, 2024 · 1 comment
Labels
type: bug Something isn't working Workflow: Issue created JIRA issue is created and will be analyzed

Comments

@philippsteinberg
Copy link
Contributor

Prerequisites

  • I have read the Contributing Guidelines.
  • I have not leaked any internal/restricted information like screenshots, videos, code snippets, links etc.

What happened?

When we use the floating filter option from AG Grid together with the ix theme there is a problem with the resize of th input field

The width of the input does not downsize enough so that the filter buttons are not visible

With ix theme
grafik

Without ix theme
grafik

What type of frontend framework are you seeing the problem on?

Angular

Which version of iX do you use?

v2.1.0

Code to produce this issue.

You can use the AG Grid example from the ix docu page https://ix.siemens.io/docs/controls/grid
and then change the colDef of the first column like this
  {
    field: 'type',
    headerName: 'Type',
    resizable: true,
    filter: true,
    floatingFilter: true,
  },
@philippsteinberg philippsteinberg added the triage We discuss this topic in our internal weekly label Apr 23, 2024
@matthiashader matthiashader added type: bug Something isn't working Workflow: Issue created JIRA issue is created and will be analyzed and removed triage We discuss this topic in our internal weekly labels May 8, 2024
Copy link
Contributor

github-actions bot commented May 8, 2024

🤖 Hello @philippsteinberg

Your issue will be analyzed and is part of our internal workflow.
To get informed about our workflow please checkout the Contributing Guidelines

JIRA: IX-1211

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working Workflow: Issue created JIRA issue is created and will be analyzed
Projects
None yet
Development

No branches or pull requests

2 participants