Revision d9406501
Von Sven Schöling vor fast 17 Jahren hinzugefügt
SL/ReportGenerator.pm | ||
---|---|---|
842 | 842 |
=item add_data \%data |
843 | 843 |
|
844 | 844 |
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. |
845 |
Every line will be expected to be in a kay => value format. Note that this data has to be already sorted.
|
|
846 |
ReportGenerator does no sorting on its own, only provides links to sorting and visual cue as to which column was sorted by.
|
|
845 |
Every line will be expected to be in a kay => value format. Note that the rows have to be already sorted.
|
|
846 |
ReportGenerator does only colum sorting on its own, and provides links to sorting and visual cue as to which column was sorted by.
|
|
847 | 847 |
|
848 | 848 |
=item add_separator |
849 | 849 |
|
Auch abrufbar als: Unified diff
add_data beschreibung verbessert