Page 1 of 1

[ANGULAR] Bug : Search feature on tree column

Posted: Tue Mar 23, 2021 10:59 am
by artbil

Hello,

You can reproduce the bug here https://www.bryntum.com/examples/grid/tree/

You juste need to add the search feature in the features of the grid and add this :

tree.features.search.search('e');

It will replace the names founds by "[object Object]" as you can see (it works with values that match the name and "object") :

searchtree.png
searchtree.png (11.21 KiB) Viewed 565 times

Regards,
Artbil


Re: [ANGULAR] Bug : Search feature on tree column

Posted: Tue Mar 23, 2021 11:25 am
by mats

This is a known bug, here's the issue to track: https://github.com/bryntum/support/issues/2293