Help for this page

Select Code to Download


  1. or download this
    <table>
        <thead>
    ...
        <!-- /tmpl_loop -->
        </tbody>
    </table>
    
  2. or download this
        my @fields = qw(your columns names here);
        $object->get_all(%params);
    ...
        }
        $template->param(fields =>  \@fields);
        $template->param(data => \@data);