Closed (outdated)
Project:
Table Manager
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2007 at 17:03 UTC
Updated:
27 Jun 2018 at 17:08 UTC
Jump to comment: Most recent
Comments
Comment #1
pobster commentedThis used to work just fine - the argument to display table pagination is set in Tablemanager like this;
$table .= theme('pager', array(), $list_length, $tid);Where the funtion theme_pager uses $tags = array(), $limit = 10, $element = 0, $parameters = array() and $element is "An optional integer to distinguish between multiple pagers on one page". As you can clearly see, we're passing the individual $tid/ Table ID to the function and it's ignoring it. Like I said, it never used to... I'll look into it, maybe something has changed in how you pass the pager arguments across - I'm not particularly bothered about fixing it though as in the rewrite it works differently anyway and I don't have to faff about creating my own pager hacks.
Pobster
Comment #2
pobster commentedClosing as D5.x is now unsupported.