Group
Extension

Matches 1

Catalyst-TraitFor-Controller-jQuery-jqGrid ( I/IC/ICYDEE/Catalyst-TraitFor-Controller-jQuery-jqGrid-0.04.tar.gz, ICYDEE, 2011; MetaCPAN )
Catalyst-TraitFor-Controller-jQuery-jqGrid/lib/Catalyst/TraitFor/Controller/jQuery/jqGrid.pm ( view source; MetaCPAN )
';
    my $rows_key = 'rows';
    my $sidx_key = 'sidx';
    my $sord_key = 'sord';
    my $json_key = 'json_data';

    if ($config) {
        $page_key = $config->{page_key} || 'page';
        $rows
sidx_key} || 'sidx';
        $sord_key = $config->{sord_key} || 'sord';
        $json_key = $config->{json_key} || 'json_data';
    }

    my $page        = $c->request->param($page_key) || 0;
    my 
    => $rows,
        });
    }

    $c->stash->{$json_key}{page}    = $page;
    $c->stash->{$json_key}{total}   = $total_pages;
    $c->stash->{$json_key}{records} = $records;

    return $result_se

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.