-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hello,
Is there a way to update the data-url using JQuery ? I tried something like this,
var datatableCanva = $('.hello-bootstrap-table');
var url = datatableCanva.data('url');
var newUrl = url + '?' + form.serialize();
datatableCanva.bootstrapTable('refreshOptions', {
url: newUrl
});
It made a call to the URI but didn't update the data-url of the table !
thanks
Metadata
Metadata
Assignees
Labels
No labels