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

Latest commit

 

History

History
20 lines (15 loc) · 500 Bytes

File metadata and controls

20 lines (15 loc) · 500 Bytes

selection

Sample code from picture below

selection (not is picture above)

<v-grid-col col-width="30">
  <v-header-template>
    <input class="avg-row-checkbox-100" v-selection="header" type="checkbox">
  </v-header-template>
  <v-row-template>
    <input class="avg-row-checkbox-100" v-key-move v-selection="row" type="checkbox"
  </v-row-template>
</v-grid-col>
`

(todo: replace picture, "vgrid-" needs to be "avg-") classes image