Adding data to Datatables using a popup.

Adding data to Datatables using a popup.

aruhelaaruhela Posts: 1Questions: 0Answers: 0
edited December 2013 in General
Hi, I am a new to datatables. I am using datatables in a page and showing a Seperate view (Asp.net MVC) as popup for Data Input. This separate page (popup) also use jqueryplugin for Date.
I am getting "Uncaught TypeError: Object [object Object] has no method 'dataTable' " Error at $('#SomeId').dataTable();
Same code works fine at page load but when i am adding data to this table using Popup(which is a seprate page and use jquery Date plugin) it will n't got to controller and code is breaking at line i mentioned above.
So, i Checked for it and found that this kind of problem arise due to referencing scripts twice.
My DebugCode is: ezuxuv. Table id is "ticklerDataTable".

Can you suggest some idea on how to make things work.
This discussion has been closed.