Skip to content

Destroy #128

@Bastilla123

Description

@Bastilla123

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions