You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new special field: __sequence. This special field will display the record sequence number using information from pagination data structure.
new special field: __checkbox. This special field will display checkbox in the table header and for each data item. You will need to specify the column name in the data structure that would uniquely identified each row (usualy id column). See doc for more information.
new item-actions option: extra. This option will let you add extra attribute(s) to the generated item action. See doc
new event: vuetable:set-options. You can broadcast this event to vuetable to programmatically set its props from main Vue instance.