today i have another question :-) I am try to using the editable checkbox. Here this here:
Here is my codesnippet:
"columnDefs": [
{
"render": function (o, v) {
return '<input type="checkbox" id="someCheckbox" name="someCheckbox" />';
},
"targets": 0
},
{ "visible": false, "targets": [3] }
],
The snippet is inside of my ajax-call. When i am running the web.application (c#, mvc) the checkboxes are shown in the datatable. But when i try to delete two of four rows, for example, then only one row will be deleted. But i marked up to row to delete them twice. I think i have something forgot in my code. Or i have to "connect" somethink together.
Do anybody have an idea?
Thank you very much.
Greetz Vegeta_77
Aucun commentaire:
Enregistrer un commentaire