The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Widget::DataTable - An HTML table which serves as a repository table viewer/editor

SYNOPSIS

   use App::Widget::DataTable;

   $name = "get_data";
   $w = App::Widget::DataTable->new($name);
   print $w->html();

DESCRIPTION

This class is a <input type=submit> HTML element. In the advanced configurations, it is rendered as an image button.