RowReorder for ajax data is not working
RowReorder for ajax data is not working
prats
Posts: 45Questions: 21Answers: 0
Hi, My table contains data using ajax call with 3 columns organization, project and open_projects.I have added all css and js but still it's not working..
My code is:
`$(document).ready(function() {
var table= $('#example').dataTable( {
rowReorder: {dataSrc: 'organization'}
});
});`
This discussion has been closed.