-
Notifications
You must be signed in to change notification settings - Fork 66
lesson 14
Rati Wannapanop edited this page May 24, 2017
·
3 revisions
As we go along for quite sometime, there is one thing that we should do with the Field Definition. We should move it out into its own file!
In a more complex project that have a lot of fields, the filed definition will get quite lengthy and keeping in a separate file is often more suitable as it will make our MyVuetable component less clutter.
So, let's begin by creating a new file inside components directory called FieldDefs.js.
- Your first Vuetable
- Displaying more fields
- Cleaning up code
- Make change to field title
- Column alignment
- Format fields using
callbackoption - 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