Perl code for user selectable columns in the data table.
This commit is contained in:
parent
efe62bae1e
commit
bd38691cf0
3 changed files with 12 additions and 3 deletions
|
|
@ -125,6 +125,7 @@ sub getDataTemplateVars {
|
|||
my $self = shift;
|
||||
|
||||
my $json = $self->getDataJson;
|
||||
$self->session->log->warn($json);
|
||||
my $dt = JSON->new->decode($json);
|
||||
|
||||
# Make row data more friendly to templates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue