@@ -, +, @@ down menu - changes table to datatable - renames 'Actions' column to nothing ( ) - moves actions into drop down menus --- patroncards/manage.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/patroncards/manage.pl +++ a/patroncards/manage.pl @@ -71,7 +71,7 @@ my $display_columns = { layout => [ # db column => {col label ], batch => [ {batch_id => {label => 'Batch ID', link_field => 0}}, {_item_count => {label => 'Patron Count', link_field => 0}}, - {_action => {label => 'Actions', link_field => 0}}, + {_action => {label => ' ', link_field => 0}}, {select => {label => 'Select', value => 'batch_id'}}, ], }; --