Hi there,
Sorry for inconvenience,
We assume that you create Simple table where this issue can happen in current version of plugin. We aware of it and ii will be fixed in next update which will be very soon.
In meanwhile, you can fix this issue manually. In file
wp-content/plugins/wpdatatables/source/class.wdtconfigcontroller.php around line 1088
you will find this
"SELECT data FROM " . $wpdb->prefix . "wpdatatables_rows WHERE table_id = %d", $tableID);
and you have to replace it with this:
"SELECT data FROM " . $wpdb->prefix . "wpdatatables_rows WHERE table_id = %d ORDER BY id ASC", $tableID);
This kind of issues are related with servers that have the MyISAM engine in database. Like I said it will be implemented in a new update and you don’t have to worry about that.
Once again sorry for trouble,
Best regards.
FIT
(@futureit)
Thank goodness for this post and fix… I thought I’d just wasted hours!
I’d literally just installed another plugin when I did one last search for a solution.
Cheers!
Hi FIT,
You are welcome.
This will be included in next update, so you don’t have to worry about it.
Sorry for the trouble,
Best regards.