Perl code for user selectable columns in the data table.

This commit is contained in:
Colin Kuskie 2009-01-30 09:21:05 -08:00 committed by Patrick Donelan
parent efe62bae1e
commit bd38691cf0
3 changed files with 12 additions and 3 deletions

View file

@ -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