datatables inline editing

datatables inline editing

ammuammu Posts: 1Questions: 0Answers: 0
edited March 2013 in Editor
I am using makeEditable function for inline editing of datatables. My tables are generated with for loop and each table have different ids. While writing code in javascript for initializing datatables with different ids for each table by using for loop , i am getting this warning

"DataTables warning: Attempted to initialise DataTables on a node which is not a table: BUTTON".Only first table gets initialized with datatables .Even If i use class while initializing, only first table gets functionality of editing, not all of them.Kindly help me out.
This discussion has been closed.