Removed DataTable edits from this topic branch
This commit is contained in:
parent
634706efc1
commit
a36750fde3
5 changed files with 10 additions and 34 deletions
|
|
@ -122,11 +122,11 @@ sub getDataTableHtml {
|
|||
# Not using a datastructure and JSON.pm because of function references for "parser"
|
||||
my $columnDef
|
||||
= '{'
|
||||
. qq["key" : "$column->{ key }", ]
|
||||
. qq["abbr" : "$column->{ key }", ]
|
||||
. qq["key" : "$column->{ key }", ]
|
||||
. qq["abbr" : "$column->{ key }", ]
|
||||
. qq["formatter" : "$column->{ formatter }", ]
|
||||
. qq["resizable" : 1, ]
|
||||
. qq["sortable" : $column->{sortable} ];
|
||||
. qq["sortable" : 1];
|
||||
|
||||
# Automatically determine the parser to use
|
||||
if ( $parsers{ $column->{formatter} } ) {
|
||||
|
|
@ -186,7 +186,6 @@ sub getDefaultValue {
|
|||
columns => [ {
|
||||
key => "New Column",
|
||||
formatter => "text",
|
||||
sortable => "true",
|
||||
},
|
||||
],
|
||||
rows => [ { "New Column" => "Value", }, ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue