X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/75f43bc11fb40b5bac23b74465c44826cfb457a6..f82e94c7cbbea66d902e286c531d2282fc69f67c:/SL/ReportGenerator.pm diff --git a/SL/ReportGenerator.pm b/SL/ReportGenerator.pm index c5ef273c6..451e9c002 100644 --- a/SL/ReportGenerator.pm +++ b/SL/ReportGenerator.pm @@ -287,6 +287,7 @@ sub prepare_html_content { 'align' => $column->{align}, 'link' => $column->{link}, 'text' => $column->{text}, + 'raw_header_data' => $column->{raw_header_data}, 'show_sort_indicator' => $name eq $opts->{sort_indicator_column}, 'sort_indicator_direction' => $opts->{sort_indicator_direction}, }; @@ -850,9 +851,10 @@ Adds data to the report. A given hash_ref is interpreted as a single line of data, every array_ref as a collection of lines. Every line will be expected to be in a key => value format. Note that the rows have to already have been sorted. -The ReportGenerator is only able to sort pre-sorted data by column direction -(ascending or descending), and provides links to sorting and a visual cue as to -which column was sorted by. + +The ReportGenerator is only able to display pre-sorted data and to indicate by +which column and in which direction the data has been sorted via visual clues +in the column headers. It also provides links to invert the sort direction. =item add_separator