NAME
App::Widget::DataTable2 - An HTML table which serves as a repository table viewer/editor
SYNOPSIS
use App::Widget::DataTable2;
$name = "get_data";
$w = App::Widget::DataTable2->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.