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
Hello,
Is there a way to update the data-url using JQuery ? I tried something like this,
It made a call to the URI but didn't update the data-url of the table !
thanks