Hello friends!
my problem is that when wanting to drag a column, only changes place the header and not the body, I appreciate any help you can give me
Greetings!
As you are using server-side processing, you need to use mData (mDataProp at the server-side), and I'd suggest using objects rather than arrays to keep your sanity :-). There is an example script here: https://github.com/DataTables/DataTables/blob/master/examples/server_side/scripts/objects.php .
The reason for this is that DataTables shuffles the columns (as you would expect for a reorder), but the server-side script isn't taking the column ordering into account.
Replies
Allan
http://sincroniavirtual.no-ip.org/1/buscar_ocompra_minmax.php
The reason for this is that DataTables shuffles the columns (as you would expect for a reorder), but the server-side script isn't taking the column ordering into account.
Allan
Many Thanks Allan
regards