Adding a new row when there is no row exist before to datatable

Adding a new row when there is no row exist before to datatable

jayant13jayant13 Posts: 1Questions: 0Answers: 0
edited October 2011 in General
hi all,
my data table has initially 0 rows in it. then data comes through Ajax response and when i use " oTable.fnAddData " .I Get error as
Error: nBody[0] is undefined.
How to add row in such case.
This discussion has been closed.