Browse Source

Added showAllColumns and hideAllColumns

Dennis Hernández 9 years ago
parent
commit
ab8d9a2ed5

+ 12 - 0
docs/_i18n/en/documentation/methods.md

@@ -40,6 +40,18 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter);`.
         <td>getAllSelections</td>
         <td>getAllSelections</td>
     </tr>
     </tr>
     <tr>
     <tr>
+        <td>showAllColumns</td>
+        <td>none</td>
+        <td>Show All the columns.</td>
+        <td>showAllColumns</td>
+    </tr>
+    <tr>
+        <td>hideAllColumns</td>
+        <td>none</td>
+        <td>Hide All the columns.</td>
+        <td>hidAllColumns</td>
+    </tr>
+    <tr>
         <td>getData</td>
         <td>getData</td>
         <td>useCurrentPage</td>
         <td>useCurrentPage</td>
         <td>Get the loaded data of table at the moment that this method is called. If you set the useCurrentPage to true the method will return the data in the current page.</td>
         <td>Get the loaded data of table at the moment that this method is called. If you set the useCurrentPage to true the method will return the data in the current page.</td>

+ 12 - 0
docs/_i18n/es/documentation/methods.md

@@ -42,6 +42,18 @@ Sintaxis para llamar a un método: `$('#table').bootstrapTable('method', paramet
         </td>
         </td>
     </tr>
     </tr>
     <tr>
     <tr>
+        <td>showAllColumns</td>
+        <td>none</td>
+        <td>Muestra todas las columnas.</td>
+        <td>showAllColumns</td>
+    </tr>
+    <tr>
+        <td>hideAllColumns</td>
+        <td>none</td>
+        <td>Oculta todas las columnas.</td>
+        <td>hideAllColumns</td>
+    </tr>
+    <tr>
         <td>load</td>
         <td>load</td>
         <td>data</td>
         <td>data</td>
         <td>Se cargan los datos en la tabla, las filas antiguas se removeran.</td>
         <td>Se cargan los datos en la tabla, las filas antiguas se removeran.</td>

+ 12 - 0
docs/_i18n/zh-cn/documentation/methods.md

@@ -58,6 +58,18 @@
         <td>load</td>
         <td>load</td>
     </tr>
     </tr>
     <tr>
     <tr>
+        <td>showAllColumns</td>
+        <td>none</td>
+        <td>Show All the columns.</td>
+        <td>showAllColumns</td>
+    </tr>
+    <tr>
+        <td>hideAllColumns</td>
+        <td>none</td>
+        <td>Hide All the columns.</td>
+        <td>hidAllColumns</td>
+    </tr>
+    <tr>
         <td>append</td>
         <td>append</td>
         <td>data</td>
         <td>data</td>
         <td>添加数据到表格在现有数据之后。</td>
         <td>添加数据到表格在现有数据之后。</td>