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

Filtering crashes when combo widget column has a value #8984

Closed
taauntik opened this issue Apr 11, 2024 · 0 comments
Closed

Filtering crashes when combo widget column has a value #8984

taauntik opened this issue Apr 11, 2024 · 0 comments
Assignees
Labels
bug Something isn't working forum Issues from forum resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@taauntik
Copy link

Forum post

Hello Team,

We are using the bryntum grid (with vue) version 5.6.6 and facing an issue in grid filters when the combo box exists in the grid columns and is bound with some data. We have replicated it in one of the examples in your example section. Please find the link for the same. https://bryntum.com/products/grid/examples/columntypes/

Replace the skills column with the below code to see the issue.

{
        field: "Status",
        text: "Status",
        width: 120,
        type: "widget",
        default: true,
        action: false,
        editor: false,
        widgets: [
          {
            type: "combo",
            items: [{ 'id': "-1", 'text': "Select" },
        { 'id': "D", 'text': "Draft" },
        { 'id': "P", 'text': "Published" }],
            readOnly: true, 
          },
]},

Plus set filterBar : true

Also, please find the attached image for your ready reference, to understand the issue with more clarity and detail.
filter issue with combo box in grid
Whenever the grid column has the combo box filled with the data, it stops filtering the columns and gives an error message in the console.

Kindly provide the solution as we have used this kind of feature in many pages and we need to release those pages. The issue could exist in the last as well as earlier builds.

Looking forward to the earliest response in the matter.

Thanks!

@taauntik taauntik added bug Something isn't working forum Issues from forum labels Apr 11, 2024
@matsbryntse matsbryntse self-assigned this Apr 11, 2024
@matsbryntse matsbryntse added the ready for review Issue is fixed, the pull request is being reviewed label Apr 11, 2024
@isglass isglass added resolved Fixed but not yet released (available in the nightly builds) and removed ready for review Issue is fixed, the pull request is being reviewed labels Apr 12, 2024
@isglass isglass added this to the 5.6.10 milestone Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

3 participants