Hello Friends,
Actually i am new to implementing the Jquery DataTables in my MVC Project,But DataTables are working fine but if i work with DataTable Editor (for edit,delete,Insert) is how the Exception is called Editior is not Function like show below
$(document).ready(function(){
var editor=$.fn.dataTable.Editor({ here i am got the problem(Editor not function)
////////////My options//////////
});
});
even i use all the respected js files and Css flise also but it shows error in declaration time
Please help me if any one knows
Thank you ....
Santosh kumar R.

Rajeev PunhaniPosted Mar 12, 2016, 1:11 PM
Santosh Kumar RangumudriPosted Mar 12, 2016, 7:31 AM
Rajeev PunhaniPosted Mar 10, 2016, 1:11 AM
Hi Santosh,
Is it possible you are loading DataTables or jQuery twice? Are you able to link to your page so I can take a look and see what is happening?
If the above solution is helpful then,accept the answer.
Santosh Kumar RangumudriPosted Mar 9, 2016, 12:48 PM
Rajeev PunhaniPosted Mar 8, 2016, 11:38 PM
Hi Santosh,
Have you included dataTables.editor.min.js in the page.
If the above solution is helpful then,accept the answer.