Hello,
I'm receiving the "Unknown Parameter 0" error, however I don't get the error on the first initialization. My document can contain multiple datatables, however this particular page only has one.
Here is my debug data: http://debug.datatables.net/anusic
I have a dropdown one of the columns. When the dropdown changes, the onchange event is fired. Here is where I get the error:
$(document).off("change", '.companyContact');
$(document).on("change", '.companyContact', function (e) {
var oTable = $(this).parents('table').dataTable();
});
Thanks for any guidance.
I'm receiving the "Unknown Parameter 0" error, however I don't get the error on the first initialization. My document can contain multiple datatables, however this particular page only has one.
Here is my debug data: http://debug.datatables.net/anusic
I have a dropdown one of the columns. When the dropdown changes, the onchange event is fired. Here is where I get the error:
$(document).off("change", '.companyContact');
$(document).on("change", '.companyContact', function (e) {
var oTable = $(this).parents('table').dataTable();
});
Thanks for any guidance.