layout: docs title: Component description: The API of Bootstrap Table Vue Component. group: vuejs
{% highlight vue %} {% endhighlight %}
Type: Object
Detail:
The column options of Bootstrap Table. This prop is required.
undefinedType: Array | Object
Detail:
The data to be loaded.
undefinedType: Object
Detail:
The table options of Bootstrap Table.
{}The calling method syntax: @on-event="onEvent".
All events (without onAll) are defined in Events API.
Note: you need to convert event name to lowercase + hyphen format, for example: onClickRow should be on-click-row.
The calling method syntax: this.$refs.table.methodName(parameter).
Example: this.$refs.table.getOptions().
All methods are defined in Methods API.