vue-bootstrap4-table
1.1.10
1.1.10
  • vue-bootstrap4-table
  • Demo
  • Installation
  • Basic Usage
  • Columns
  • Rows
  • Sorting
  • Filtering
  • Global search
  • Pagination & Info
  • Refresh and Reset button
  • Custom action buttons
  • Custom classes
  • vbt-classes
  • Config
  • Server mode
  • Slots
  • Events
  • Github
Powered by GitBook
On this page

Was this helpful?

vbt-classes

By default, vue-bootstrap-table add classes to table elements which allows users to override the default styles.

vbt-row-selected

If a row is being selected with checkbox or row, then the selected row <tr> element will have "vbt-row-selected" class attached to it.

result.html
<tr class="vbt-row-selected">
    ...
</tr>
PreviousCustom classesNextConfig

Last updated 6 years ago

Was this helpful?