Our blazing fast Grid component built with pure JavaScript


Post by Webethics »

Hello

I need to use the grid component multiple times on the same page with Vue js.
I have passed different ref properties for each grid. The grid is displayed well but some features of the grid not working like remove rows from a particular grid.

For removing the row from the grid I have used the below code
bryntum.query('grid').selectedRecord && bryntum.query('grid').selectedRecord.remove();

This remove functionality code is working fine for grid1 but not for grid2

Code for the grid: https://prnt.sc/zudosn
Output for the grid: https://prnt.sc/zud5x8

Thanks


Post by alex.l »

Hi Webethics,

We need in a full runnable test case to be able to reproduce the problem. I cannot say what's wrong, maybe because your bryntum.query('grid') always gets the first grid?

All the best,
Alex

All the best,
Alex


Post Reply