Our blazing fast Grid component built with pure JavaScript


Post by artbil »

Hello,

You can reproduce the bug here https://www.bryntum.com/examples/grid/groupedheaders/. You just need to add the feature filterBar to the features and this :

grid.store.addFilter({
  property: 'firstName',
  value: 'D',
  operator: '*'
})

grid.store.addFilter({
  property: 'id',
  value: '1',
  operator: '*'
})

You can see that the filter value '1' is shown but not 'D'.

Regards,
Artbil


Post by mats »

Reproduced, ticket opened. Thanks for reporting!

https://github.com/bryntum/support/issues/2936


Post Reply