Title: responsive tables
Last modified: August 21, 2016

---

# responsive tables

 *  Resolved [Sjourney](https://wordpress.org/support/users/sjourney/)
 * (@sjourney)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/responsive-tables-5/)
 * Just a heads up: Relatively new plugin that solves an interesting problem with
   tables on smaller screens. [http://wordpress.org/plugins/magic-liquidizer-responsive-table/screenshots/](http://wordpress.org/plugins/magic-liquidizer-responsive-table/screenshots/)
 * [http://wordpress.org/plugins/participants-database/](http://wordpress.org/plugins/participants-database/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Roland Barker](https://wordpress.org/support/users/xnau/)
 * (@xnau)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/responsive-tables-5/#post-4499602)
 * Wow, that’s pretty cool.
 *  [estrylez](https://wordpress.org/support/users/estrylez/)
 * (@estrylez)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/responsive-tables-5/#post-4499835)
 * Hello,
 * Thanks this is awesome, but after performing search, clear, sort operations in
   Mobile or iPad, 2 tables are returned. First table contains the results of the
   applied operation, which is not responsive (overlaps to sidebar). Second table
   loads the original table (no operation applied) with [http://wordpress.org/plugins/magic-liquidizer-responsive-table](https://wordpress.org/plugins/magic-liquidizer-responsive-table/)
   applied to it.
 * Looked through [http://wordpress.org/plugins/participants-database/](http://wordpress.org/plugins/participants-database/)
   files to find where the functions for said operations are defined but to no avail.
 * Much appreciate your help on this, or an alternative 100% working solution.
 * Kind Regards,
    Ed
 *  [estrylez](https://wordpress.org/support/users/estrylez/)
 * (@estrylez)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/responsive-tables-5/#post-4499836)
 * ok for instance this function returns the output when search or sort operation
   is performed :
 * public function output_HTML($output = array()) {
    return implode(”, $output);}
 * but how can the table re-display correctly ?
 *  Plugin Author [Roland Barker](https://wordpress.org/support/users/xnau/)
 * (@xnau)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/responsive-tables-5/#post-4499837)
 * To change the way Participants Database outputs the HTML, you need to create 
   a custom template.
 * Try this one, it will need some CSS tweaking, but it should work better on mobile
   devices.
 * [pdb-list-responsive-154.php](http://xnau.com/webdesign/wp-content/uploads/2014/12/pdb-list-responsive-154.php_.zip)
 * Place the unzipped php file in a directory named “templates” inside your theme
   folder. Put the name of the template into the shortcode:
 * `[pdb_list template="responsive-154"]`
 * [More details here…](http://xnau.com/work/wordpress-plugins/participants-database/pdb-templates/)

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘responsive tables’ is closed to new replies.

 * ![](https://ps.w.org/participants-database/assets/icon-256x256.jpg?rev=1389807)
 * [Participants Database](https://wordpress.org/plugins/participants-database/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/participants-database/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/participants-database/)
 * [Active Topics](https://wordpress.org/support/plugin/participants-database/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/participants-database/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/participants-database/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Roland Barker](https://wordpress.org/support/users/xnau/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/responsive-tables-5/#post-4499837)
 * Status: resolved