-
Notifications
You must be signed in to change notification settings - Fork 399
Vuetable Data
-
type: String
-
default:
vuetable:
-
description
The event prefix that Vuetable is going to use when emitting the event.
-
type: Array
-
default:
[]
(empty array) -
description
The normalized version of fields definition. This is done during the
created
hook.
-
type: Array
-
default:
null
-
description
In
api-mode
, this stores the data that returned from the server after the sucessful AJAX request. Otherwise, it stores the data assigned to viadata
prop orsetData
method. Vuetable always usetableData
for table rendering.
-
type: Object
-
default:
null
-
description
If the data returned from the server contains pagination information specified in the
pagination-path
, this is where it gets stored.
-
type: Number
-
default:
1
-
description
Vuetable use this to keep track of the current page being diplayed.
-
type: Array
-
default:
[]
(empty array) -
description
When
__checkbox
field 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-by
option.
-
type: Array
-
default:
[]
(empty array) -
description
This stores the row identifier of any row where its detail row is visible.