Our blazing fast Grid component built with pure JavaScript


Post by andre den hamer »

Hi,

When I apply Grid config feature

[code]filter: {isMulti: true}

[/code] a particular column config

filterable: {filterField: ...}

with a combo stops working and the GridFieldFilterPickerGroup UI is showing for that column.

I want to use the GridFieldFilterPickerGroup UI for all columns with exception of 1 or more columns where I want to use a combo filter. I have tried setting

filter: {isMulti: false}

on column config, but that seems to be ignored.

Is this possible?


Post by marcio »

Hey andre den hamer,

Thanks for the explanation, that seems like a valid use case, I created a ticket to discuss that with the team and work on that if needed https://github.com/bryntum/support/issues/6931

Best regards,
Márcio


Post Reply