Change row reorder selector to last child

This commit is contained in:
Götz 2019-05-06 19:32:00 +00:00
parent a153054981
commit f3d2df6ddf

View File

@ -7,7 +7,7 @@ $(document).ready(function () {
"lengthMenu": [[-1], ["All"]],
"dom": 'it',
rowReorder: {
selector: 'td:nth-child(2)'
selector: ':last-child'
},
responsive: true,
});