Browse Source

Update documentation of buttonsClass table option

Gian Marco Cinalli 10 years ago
parent
commit
dc8bdde75b
1 changed files with 7 additions and 0 deletions
  1. 7 0
      docs/_i18n/en/documentation/table-options.md

+ 7 - 0
docs/_i18n/en/documentation/table-options.md

@@ -84,6 +84,13 @@ The table options are defined in `jQuery.fn.bootstrapTable.defaults`.
         <td>Defines icon size: <ul><li>undefined => btn</li><li>xs => btn-xs</li><li>sm => btn-sm</li><li>lg => btn-lg</li></ul>
     </tr>
     <tr>
+        <td>buttonsClass</td>
+        <td>data-buttons-class</td>
+        <td>String</td>
+        <td>'default'</td>
+        <td>Defines the Bootstrap class (added after 'btn-') of table buttons: EX: 'primary', 'danger', 'warning'...</td>
+    </tr>
+    <tr>
         <td>icons</td>
         <td>data-icons</td>
         <td>Object</td>