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

Latest commit

 

History

History
19 lines (14 loc) · 404 Bytes

v-sort.md

File metadata and controls

19 lines (14 loc) · 404 Bytes

v-sort

For adding sort icon and making the grid sort when header label is clicked

asc are optional, default is "true".

<v-grid-col col-width="120">
  <v-header-template>
    <p v-sort="field:name;asc:false;" >Full name</p>
  </v-header-template>
  <v-row-template>
    <input value.bind="rowRef.name">
  </v-row-template>
</v-grid-col>