Title: [dbview] Table Navigator
Last modified: August 21, 2016

---

# [dbview] Table Navigator

 *  ResolvedPlugin Author [slevit](https://wordpress.org/support/users/slevit/)
 * (@slevit)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/dbview-table-navigator/)
 * I styled the div class=’dbview’ for horizontal scrolling and I’m having trouble
   finding the proper css to scroll the column headings independent of the table
   navigator. Each is currently wrapped in tr’s under a single thead tag. Is it 
   possible to break the column headings out into a new thead1 tag? My intention
   is to keep the Table Navigator in view at all times, for those of us who choose
   to implement scrolling.
 * BTW, this plugin is great!!!
 * [http://wordpress.org/plugins/dbview/](http://wordpress.org/plugins/dbview/)

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

 *  Plugin Author [slevit](https://wordpress.org/support/users/slevit/)
 * (@slevit)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/dbview-table-navigator/#post-4354871)
 * On second thought, it isn’t necessary to create a thead1. Instead, it would make
   more sense to position the Table Navigator on a tfooter. To do so would require
   the following mods to DBViewTable.class.php:
 * Near line 194, add:
    $tfoot = new DBViewString();
 * Replace line 239 with:
    $this->controls->wrap(‘th’, “class=’table-navigation’
   colspan=$numCols”)->wrap(‘tr’)->moveTo($tfoot);
 * Between lines 254 and 255, add:
    $tfoot->wrap(‘tfoot’)->moveTo($ttable);
 *  Plugin Author [john ackers](https://wordpress.org/support/users/john-ackers/)
 * (@john-ackers)
 * [12 years ago](https://wordpress.org/support/topic/dbview-table-navigator/#post-4355043)
 * Fixed by slevit. Thank you.

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

The topic ‘[dbview] Table Navigator’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/dbview.svg)
 * [dbview](https://wordpress.org/plugins/dbview/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/dbview/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/dbview/)
 * [Active Topics](https://wordpress.org/support/plugin/dbview/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dbview/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dbview/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [john ackers](https://wordpress.org/support/users/john-ackers/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/dbview-table-navigator/#post-4355043)
 * Status: resolved