added: Delete columns in DataTable
fixed: Now more than one DataTable can be on a page
This commit is contained in:
parent
78dbd7f5fd
commit
d224376d02
6 changed files with 161 additions and 47 deletions
|
|
@ -220,7 +220,7 @@ sub prepareView {
|
|||
# TODO Use a WebGUI::DataSource
|
||||
my $dt = WebGUI::Form::DataTable->new(
|
||||
$session, {
|
||||
name => "data",
|
||||
name => $self->getId,
|
||||
value => $self->get('data'),
|
||||
defaultValue => undef,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue