Skip to content

Instantly share code, notes, and snippets.

@jinnyMcKindy
Last active February 7, 2022 10:10
Show Gist options
  • Save jinnyMcKindy/2cb6c24c31c17caecfff59d88800e649 to your computer and use it in GitHub Desktop.
Save jinnyMcKindy/2cb6c24c31c17caecfff59d88800e649 to your computer and use it in GitHub Desktop.
data-table
<v-data-table
v-model="selected"
:headers="visibleHeaders"
:items="items"
:show-select="showSelect"
:loading="loading"
v-on="$listeners"
v-bind="$attrs"
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment