Hi there.
At the moment, this can only be achieved by amending the code. Please access ../wp-content/plugins/wpdatatables/source/class.wpdatatable.php file and look for this:
BT<'clear'>{$showRowsPerPage}{$globalSearch}{$scrollable}{$infoBlock}{$pagination}
“BT” represents Table Tools, so if you move it in between {$infoBlock} and {$pagination} it should move the Table Tools below the table.
Like this:
<'clear'>{$showRowsPerPage}{$globalSearch}{$scrollable}{$infoBlock}BT{$pagination}
We’ll work on a more elegant solution in the future, but at the moment, this is the only way.
Kind regards