Hi, I've faced a problem when trying to filter some data in the grid component. When I'm filtering some data, it throws "Cannot read property 'querySelector' of undefined".
Here is an example: https://stackblitz.com/edit/angular-ivy-zej9li?file=app.component.ts.
To reproduce this problem, you need:
1) Filter only 'ITEM 1' or only 'ITEM 2' data using the checkbox.
Am I doing something wrong?
Regards, Wendell.