How to make datatables row reordering working with php
How to make datatables row reordering working with php
metilic
Posts: 3Questions: 1Answers: 0
Hello, i tried this plugin of datatables, row reordering. It's working only partial, i mean i can drag the rows but after i land it i get an jquery error and it doesn't call my url where i should make the server side.
this is the error
Error: Syntax error, unrecognized expression: #
....value:null},fb.error=function(a){throw new Error("Syntax error, unrecognized ex...
this is my initiation
$(document).ready(function(){
$('#sample_editable_1').dataTable()
.rowReordering({
sURL:"UpdateRowOrder.php"
});
});
</script>
and here is the link where you can see my problem
http://websoftit.ro/artplant/admin/categorii.php?categ=arata
This discussion has been closed.