Opened 12 years ago
Closed 12 years ago
#432 closed enhancement (fixed)
The monthly operation list should include column headers
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | Reggie v2.9 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
The export is currently generating a file with only tab-separated data. Since there are now two optional columns that may be included or not it would be nice to have a first row with headers so that it immediately clear what kind of data is in each row.
Related to #431.
Note:
See TracTickets
for help on using tickets.
(In [1741]) Fixes #432: The monthly operation list should include column headers
Including the headers what easy. Forrmatting the preview so that is looked nice requried a bit more work since columns do not align with the headers. Now using a <table> approach instead.