We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents feac948 + db79e3c commit cc931deCopy full SHA for cc931de
options/buttons-prefix.html
@@ -1,7 +1,7 @@
1
<script>
2
init({
3
title: 'Buttons Class',
4
- desc: 'Use `buttonsPrefix: \'btn btn-sm\'` option to defines the prefix of table buttons.',
+ desc: 'Use `buttonsPrefix: \'btn-sm btn\'` option to defines the prefix of table buttons.',
5
links: ['bootstrap-table.min.css'],
6
scripts: ['bootstrap-table.min.js']
7
})
@@ -14,7 +14,7 @@
14
data-show-refresh="true"
15
data-show-columns="true"
16
data-show-fullscreen="true"
17
- data-buttons="btn btn-sm"
+ data-buttons-prefix="btn-sm btn"
18
data-url="json/data1.json">
19
<thead>
20
<tr>
0 commit comments