Skip to content

Commit cc931de

Browse files
committed
Merge branch 'hotfix/buttons-prefix'
2 parents feac948 + db79e3c commit cc931de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

options/buttons-prefix.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script>
22
init({
33
title: 'Buttons Class',
4-
desc: 'Use `buttonsPrefix: \'btn btn-sm\'` option to defines the prefix of table buttons.',
4+
desc: 'Use `buttonsPrefix: \'btn-sm btn\'` option to defines the prefix of table buttons.',
55
links: ['bootstrap-table.min.css'],
66
scripts: ['bootstrap-table.min.js']
77
})
@@ -14,7 +14,7 @@
1414
data-show-refresh="true"
1515
data-show-columns="true"
1616
data-show-fullscreen="true"
17-
data-buttons="btn btn-sm"
17+
data-buttons-prefix="btn-sm btn"
1818
data-url="json/data1.json">
1919
<thead>
2020
<tr>

0 commit comments

Comments
 (0)