10000 Update ajaxOptions documentation. · diegobdev/bootstrap-table@c6a1580 · GitHub
[go: up one dir, main page]

Skip to content

Commit c6a1580

Browse files
committed
Update ajaxOptions documentation.
1 parent 663b719 commit c6a1580

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,13 @@ The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
136136
<td>'json'</td>
137137
<td>The type of data that you are expecting back from the server.</td>
138138
</tr>
139+
<tr>
140+
<td>ajaxOptions</td>
141+
<td>data-ajax-options</td>
142+
<td>Object</td>
143+
<td>{}</td>
144+
<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>
145+
</tr>
139146
<tr>
140147
<td>queryParams</td>
141148
<td>data-query-params</td>

docs/_i18n/fr/documentation/table-options.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,13 @@ The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
136136
<td>'json'</td>
137137
<td>The type of data that you are expecting back from the server.</td>
138138
</tr>
139+
<tr>
140+
<td>ajaxOptions</td>
141+
<td>data-ajax-options</td>
142+
<td>Object</td>
143+
<td>{}</td>
144+
<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>
145+
</tr>
139146
<tr>
140147
<td>queryParams</td>
141148
<td>data-query-params</td>

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,13 @@ The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
136136
<td>'json'</td>
137137
<td>The type of data that you are expecting back from the server.</td>
138138
</tr>
139+
<tr>
140+
<td>ajaxOptions</td>
141+
<td>data-ajax-options</td>
142+
<td>Object</td>
143+
<td>{}</td>
144+
<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>
145+
</tr>
139146
<tr>
140147
<td>queryParams</td>
141148
<td>data-query-params</td>

0 commit comments

Comments
 (0)
0