Browse Source

Deleted documentation of options non-functional yet

Dennis Hernández 10 years ago
parent
commit
1fb427117a
1 changed files with 0 additions and 14 deletions
  1. 0 14
      docs/_i18n/en/documentation/table-options.md

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

@@ -338,13 +338,6 @@ The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
         <td>Indicate how to align the pagination. 'left', 'right' can be used.</td>
     </tr>
     <tr>
-        <td>paginationVAlign</td>
-        <td>data-pagination-v-align</td>
-        <td>String</td>
-        <td>'bottom'</td>
-        <td>Indicate how to align the pagination. 'top', 'bottom' can be used.</td>
-    </tr>
-    <tr>
         <td>paginationDetailHAlign</td>
         <td>data-pagination-detail-h-align</td>
         <td>String</td>
@@ -352,13 +345,6 @@ The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
         <td>Indicate how to align the pagination detail. 'left', 'right' can be used.</td>
     </tr>
     <tr>
-        <td>paginationDetailVAlign</td>
-        <td>data-pagination-detail-v-align</td>
-        <td>String</td>
-        <td>'bottom'</td>
-        <td>Indicate how to align the pagination detail. 'top', 'bottom' can be used.</td>
-    </tr>
-    <tr>
         <td>clickToSelect</td>
         <td>data-click-to-select</td>
         <td>Boolean</td>