checkboxes in tables
checkboxes in tables
Hello!
I have some problems using datatables.
i have table in which there is checkboxes:
[code]
{{point.id}}point.labels
$(document).ready(function()
{
$("#myTable").dataTable({
"sPaginationType": "full_numbers"
});
}
[/code]
because there are many point.id and there are a lot of iterations ( i made it through django)
i use paginator in datatables.
so the problem is that when i check box my_function doesnt work.
And there is another part of page where i choose some objects and checkbox become checked.
that dont work too. Connection between this objects and checkbox is the unique point.id.
hope you can help.
sorry for my english.
I have some problems using datatables.
i have table in which there is checkboxes:
[code]
{{point.id}}point.labels
$(document).ready(function()
{
$("#myTable").dataTable({
"sPaginationType": "full_numbers"
});
}
[/code]
because there are many point.id and there are a lot of iterations ( i made it through django)
i use paginator in datatables.
so the problem is that when i check box my_function doesnt work.
And there is another part of page where i choose some objects and checkbox become checked.
that dont work too. Connection between this objects and checkbox is the unique point.id.
hope you can help.
sorry for my english.
This discussion has been closed.