• Hello!
    I was wondering how can I place the TableTools on the bottom rather than on top of the table?

Viewing 1 replies (of 1 total)
  • Plugin Author wpDataTables

    (@wpdatatables)

    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

Viewing 1 replies (of 1 total)
  • The topic ‘Table tools placement’ is closed to new replies.