Browse Source

Update ajaxOptions documentation.

zhixin 11 years ago
parent
commit
c6a1580b24

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

@@ -137,6 +137,13 @@ The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
         <td>The type of data that you are expecting back from the server.</td>
     </tr>
     <tr>
+        <td>ajaxOptions</td>
+        <td>data-ajax-options</td>
+        <td>Object</td>
+        <td>{}</td>
+        <td>Additional options for submit ajax request. List of values: <a href="http://api.jquery.com/jQuery.ajax">http://api.jquery.com/jQuery.ajax</a>.</td>
+    </tr>
+    <tr>
         <td>queryParams</td>
         <td>data-query-params</td>
         <td>Function</td>

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

@@ -137,6 +137,13 @@ The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
         <td>The type of data that you are expecting back from the server.</td>
     </tr>
     <tr>
+        <td>ajaxOptions</td>
+        <td>data-ajax-options</td>
+        <td>Object</td>
+        <td>{}</td>
+        <td>Additional options for submit ajax request. List of values: <a href="http://api.jquery.com/jQuery.ajax">http://api.jquery.com/jQuery.ajax</a>.</td>
+    </tr>
+    <tr>
         <td>queryParams</td>
         <td>data-query-params</td>
         <td>Function</td>

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

@@ -137,6 +137,13 @@ The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
         <td>The type of data that you are expecting back from the server.</td>
     </tr>
     <tr>
+        <td>ajaxOptions</td>
+        <td>data-ajax-options</td>
+        <td>Object</td>
+        <td>{}</td>
+        <td>Additional options for submit ajax request. List of values: <a href="http://api.jquery.com/jQuery.ajax">http://api.jquery.com/jQuery.ajax</a>.</td>
+    </tr>
+    <tr>
         <td>queryParams</td>
         <td>data-query-params</td>
         <td>Function</td>