JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › @cellClick not working
Tagged: cellClick
Hi~ <div><smart-grid id=”grid” @cellClick=”onCellClick”></smart-grid></div> @cellClick not working on vue3
How to make @cellClick work?
smart-webcomponents version 15.2.10
Hi,
This approach to attaching event listeners is not supported You may attach cellClick using the addEventListener. Here is an example of doing so: https://codesandbox.io/s/dazzling-monad-lc9psc
I hope this helps!
Best Regards, Svetoslav Borislavov
Smart UI Team https://www.htmlelements.com/
In theĀ Grid API Vue section
It says that the Grid Vue API supports it.