trying new paginator feature
This commit is contained in:
parent
15714fed9d
commit
5412054b7f
1 changed files with 1 additions and 0 deletions
|
|
@ -2985,6 +2985,7 @@ sub www_manageRegistrants {
|
|||
my $p = WebGUI::Paginator->new($self->session,$self->getUrl('func=manageRegistrants'),50);
|
||||
$p->setDataByArrayRef($self->session->db->buildArrayRefOfHashRefs($sql));
|
||||
my $data = $p->getPageData;
|
||||
$p->setAlphabeticalKey('lastName');
|
||||
foreach (@$data) {
|
||||
$output .= "<div>";
|
||||
# $output .= $self->session->icon->delete('func=deleteRegistrant;psid='.$_->{badgeId}, $self->getUrl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue