makeEditable and row().child()

makeEditable and row().child()

aadewojoaadewojo Posts: 9Questions: 5Answers: 0

Hi All,
Please I need a quick answer to this. I tried to implement the row().child() feature of datatable, I found out, it can only work with the capital "D", that is var myTable = $('#table').DataTable() meanwhile If I want to use the jEditable feature, I need to use the small "d", that is var myTable = $('#table').dataTable().makeEditable(); However, I have a table that I want to implement both makeEditable and child row. How do I do this?

Thanks and hoping for a quick reply.

This discussion has been closed.