Page 1 of 1

[ANGULAR] Bug : Filter child column text invisible

Posted: Wed May 26, 2021 5:55 pm
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


Re: [ANGULAR] Bug : Filter child column text invisible

Posted: Wed May 26, 2021 9:04 pm
by mats

Reproduced, ticket opened. Thanks for reporting!

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