Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 190 Bytes

v-row-onclick.md

File metadata and controls

16 lines (11 loc) · 190 Bytes

v-row-onclick

Add to VGRID element

v-row-onclick.delegate="singleClick($event.detail)"

Code in class:

public singleClick (event) {
    console.log(event);
  }