Premium support for our pure JavaScript UI components


Post by alex.l »

FilterBar doesn't have open API for that. No easy workaround may be promoted here. Take a look at FilterBar::onColumnFilterFieldChange method and try to override it. That's the point that we have to fix, as well.
Another thing that may help you, try to use static id for your columns (I mean define it with name and other props). It should be unique, so applicable only if your use case is allows that.

All the best,
Alex


Post by jandresampaio »

Setting the id for each column worked.
Thanks.


Post Reply