Vuetable Data
eventPrefix
type:
Stringdefault:
vuetable:usage:
The event prefix that Vuetable is going to use when emitting the event.
tableFields
type:
Arraydefault:
[](empty array)usage:
The normalized version of fields definition. This is done during the
createdhook.
tableData
type:
Arraydefault:
nullusage:
In
api-mode, this stores the data that returned from the server after the sucessful AJAX request. Otherwise, it stores the data assigned to viadataprop orsetDatamethod. Vuetable always usetableDatafor table rendering.
tablePagination
type:
Objectdefault:
nullusage:
If the data returned from the server contains pagination information specified in the
pagination-path, this is where it gets stored.
currentPage
type:
Numberdefault:
1usage:
Vuetable use this to keep track of the current page being diplayed.
selectedTo
type:
Arraydefault:
[](empty array)usage:
When
__checkboxfield option is used and the user selected/unselected any checkbox, its row indentifier is either stored in or remove from here. The row identifier can be specified usingtrack-byoption.
visibleDetailRows
type:
Arraydefault:
[](empty array)usage:
This stores the row identifier of any row where its detail row is visible.