Access Row Selected data
Access Row Selected data
alakum
Posts: 2Questions: 2Answers: 0
I am trying to access the row data and I am getting the function not defined.
var table = $('#example').DataTable();
var data = table.row( 0 ).data();
I downloaded the latest files.
Can you please direct me to the latest the js files/lib
This discussion has been closed.