Created
December 27, 2018 06:34
-
-
Save Adron/970eaf346a9b262eb02f827a18f0d796 to your computer and use it in GitHub Desktop.
The datatable the javascript binds/populates!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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