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


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.