浏览代码

Merge branch 'hotfix/fix-options-bug'

zhixin 7 年之前
父节点
当前提交
28047873ce

+ 1 - 1
docs/_i18n/en/documentation/table-options.md

@@ -39,7 +39,7 @@ The table options are defined in `jQuery.fn.bootstrapTable.defaults`.
     <td>data-thead-classes</td>
     <td>String</td>
     <td>''</td>
-    <td>The class name of table thead. Bootstrap V4, use the modifier classes `.thead-light` or `.thead-dark` to make `<thead>`s appear light or dark gray.</td>
+    <td>The class name of table thead. Bootstrap V4, use the modifier classes <code>.thead-light</code> or <code>.thead-dark</code> to make <code>thead</code>s appear light or dark gray.</td>
   </tr>
   <tr>
     <td>sortClass</td>

+ 1 - 1
docs/_i18n/es/documentation/table-options.md

@@ -39,7 +39,7 @@ Las opciones de la tabla están definidas en `jQuery.fn.bootstrapTable.defaults`
     <td>data-thead-classes</td>
     <td>String</td>
     <td>''</td>
-    <td>El nombre de clase de la tabla thead. Bootstrap V4, use las clases modificadoras `.thead-light` o `.thead-dark` para hacer que `<thead>`s aparezca en gris claro u oscuro.</td>
+    <td>El nombre de clase de la tabla thead. Bootstrap V4, use las clases modificadoras <code>.thead-light</code> o <code>.thead-dark</code> para hacer que <code>thead</code>s aparezca en gris claro u oscuro.</td>
   </tr>
   <tr>
     <td>sortClass</td>

+ 1 - 1
docs/_i18n/zh-cn/documentation/table-options.md

@@ -39,7 +39,7 @@
     <td>data-thead-classes</td>
     <td>String</td>
     <td>''</td>
-    <td>表格 thead 的类名称。Bootstrap V4,使用 `.thead-light` 或者 `.thead-dark` 可以设置 `<thead>` 的样式。</td>
+    <td>表格 thead 的类名称。Bootstrap V4,使用 <code>.thead-light</code> 或者 <code>.thead-dark</code> 可以设置 <code>thead</code> 的样式。</td>
   </tr>
   <tr>
     <td>sortClass</td>