NAME

App::Widget::DataTable - An HTML button

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.