Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #108505
    innosoft
    Participant

    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

    • This topic was modified 9 months ago by innosoft.
    #108509

    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/

    #108510
    innosoft
    Participant

    In theĀ Grid API Vue section

    It says that the Grid Vue API supports it.

    • This reply was modified 9 months ago by innosoft.
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.