Skip to content

Instantly share code, notes, and snippets.

@Adron
Created December 27, 2018 06:34
Show Gist options
  • Save Adron/970eaf346a9b262eb02f827a18f0d796 to your computer and use it in GitHub Desktop.
Save Adron/970eaf346a9b262eb02f827a18f0d796 to your computer and use it in GitHub Desktop.
The datatable the javascript binds/populates!
<datatable>
<datatable-column v-for="column in columns" :id="column.id" :label="column.label"></datatable-column>
</datatable>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment