-
Notifications
You must be signed in to change notification settings - Fork 67
Home
Rati Wannapanop edited this page Jun 5, 2017
·
9 revisions
The tutorial has been designed to be followed along, so you could start from the beginning through the end. At the end of each lesson, there will be a link to the whole code on GitHub.
Note
If you're using Bootstrap 3 CSS, clone the code from vuetable-2-tutorial-bootstrap instead.If you're using Bulma CSS, clone the code from vuetable-2-tutorial-bulma.
You can PR on any error you've encountered. No matter you think how small it is, please do not worry. :)
- Your first Vuetable
- Displaying more fields
- Cleaning up code
- Make change to field title
- Column alignment
- Format fields using
callback
option - Adding pagination
- Displaying pagination information
- Customizing Vuetable
- Make columns sortable
- Using special fields
- Adding Detail Row
- Adding Search Filter
- Moving Field Definitions to another file
- Passing Props to MyVuetable - Part 1
- Passing Props to MyVuetable - Part 2
- Passing Scoped Slot to MyVuetable
- Using Twitter's Bootstrap CSS with Vuetable
- Pagination for Twitter's Bootstrap