Hide last authors
| author | version | line-number | content | 
|---|---|---|---|
|  | 1.1 | 1 | {{velocity}} | 
| 2 | #set ($discard = $xwiki.ssfx.use('uicomponents/widgets/userpicker/userPicker.css')) | ||
| 3 | #set ($columnsProperties = { | ||
| 4 | 'doc.title': {"displayName":"Title","link":"view"}, | ||
| 5 | 'desc': {"filterable":false,"sortable":false,"html":true}, | ||
| 6 | 'status': {}, | ||
| 7 | 'responsible': {"html":true}, | ||
| 8 | 'doc.date': {}, | ||
| 9 | 'doc.author': {"link":"author"}, | ||
| 10 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} | ||
| 11 | }) | ||
| 12 | #set ($options = { | ||
| 13 | 'className': 'Reports.Code.ReportsClass', | ||
| 14 | 'translationPrefix': 'reports.livetable.', | ||
| 15 | 'tagCloud': true, | ||
| 16 | 'rowCount': 15, | ||
| 17 | 'maxPages': 10, | ||
| 18 | 'selectedColumn': 'doc.title', | ||
| 19 | 'defaultOrder': 'asc' | ||
| 20 | }) | ||
| 21 | #set ($columns = ['doc.title', 'desc', 'status', 'responsible', 'doc.date', 'doc.author', '_actions']) | ||
| 22 | #livetable('reports' $columns $columnsProperties $options) | ||
| 23 | {{/velocity}} | 
 
  