You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now i want when another Element with Select Option a Option are changed that this datatable are reload url so table are new initialize. I try it with .destroy() but destroy() want work. Please give me i idea how i can reload new url?
The text was updated successfully, but these errors were encountered:
Hello,
i initialize Javascript with:
$(document).ready(function() {
AjaxDatatableViewUtils.initialize_table(
$('#storage_listview'),
"{% url 'storage:Ajax_storage_listview' %}",
{
// extra_options (example)
processing: false,
autoWidth: false,
full_row_select: true,
scrollX: true
}, {
// extra_data
// ...
},
);
});
Now i want when another Element with Select Option a Option are changed that this datatable are reload url so table are new initialize. I try it with .destroy() but destroy() want work. Please give me i idea how i can reload new url?
The text was updated successfully, but these errors were encountered: