Изменения документа Каталог ОК-решений

Редактировал(а) Сергей Лунев 2024/07/07 21:06

От версии 2.1
отредактировано Александра Садикова
на 2024/05/31 16:17
Изменить комментарий: Обновить LiveTable
К версии 4.1
отредактировано Александра Садикова
на 2024/05/31 16:22
Изменить комментарий: Обновить LiveTable

Сводка

Подробности

Свойства страницы
Содержимое
... ... @@ -1,8 +1,9 @@
1 1  {{velocity}}
2 2  #set ($columnsProperties = {
3 - 'shortText1': {},
3 + 'doc.title': {"displayName":"Наименование","link":"view"},
4 4   'staticList1': {},
5 5   'staticList2': {},
6 + 'shortText1': {},
6 6   'doc.location': {"html":true}
7 7  })
8 8  #set ($options = {
... ... @@ -11,9 +11,9 @@
11 11   'tagCloud': true,
12 12   'rowCount': 15,
13 13   'maxPages': 10,
14 - 'selectedColumn': 'shortText1',
15 + 'selectedColumn': 'doc.title',
15 15   'defaultOrder': 'asc'
16 16  })
17 -#set ($columns = ['shortText1', 'staticList1', 'staticList2', 'doc.location'])
18 +#set ($columns = ['doc.title', 'staticList1', 'staticList2', 'shortText1', 'doc.location'])
18 18  #livetable('поиск ок-решений' $columns $columnsProperties $options)
19 19  {{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Колонки динамической таблицы
... ... @@ -1,1 +1,1 @@
1 -shortText1 staticList1 staticList2 doc.location
1 +title1 staticList1 staticList2 shortText1 doc.location