8000 Add data-ajax-options for support. · diegobdev/bootstrap-table@51f57bb · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 51f57bb

Browse files
committed
Add data-ajax-options for support.
1 parent dd5e166 commit 51f57bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap-table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,7 @@
11861186
this.$loading.show();
11871187
}
11881188

1189-
$.ajax($.extend({}, this.options.ajaxOptions, {
1189+
$.ajax($.extend({}, calculateObjectValue(null, this.options.ajaxOptions), {
11901190
type: this.options.method,
11911191
url: this.options.url,
11921192
data: data,

0 commit comments

Comments
 (0)
0