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/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 553 times

Regards,
Artbil


Post by mats »

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


Post Reply