Changes for page Livetable Exporter Macro

Last modified by Anca Luca on 2023/01/30 00:15

From version 14.2
edited by slauriere
on 2019/06/06 18:30
Change comment: There is no comment for this version
To version 13.11
edited by slauriere
on 2019/05/20 00:13
Change comment: Update install count

Summary

Details

ExtensionCode.ExtensionClass[0]
Description
... ... @@ -1,4 +1,4 @@
1 -Adds an export button to a livetable generated by the [[Livetable Macro>>Extension.Livetable Macro]] for exporting data in CSV, JSON or XLS.
1 +Adds an export button to a livetable for exporting data in CSV, JSON or XLS.
2 2  
3 3  [[image:livetable.png]]
4 4  
... ... @@ -6,19 +6,12 @@
6 6  
7 7  == Usage ==
8 8  
9 -* Step 1: add a livetable to a page using the [[Livetable Macro>>Extension.Livetable Macro]].
10 -* Step 2: add the code below to the page, and replace "livetable-id" by the identifier of the livetable to be exported, created in step 1.
11 -
12 12  {{code}}
13 -{{livetableExporter livetable="livetable-id" /}}
10 +{{livetableExporter livetable="livetable-name" /}}
14 14  {{/code}}
15 15  
16 -If you need to let users export a livetable in different formats, you will need to call the macros several times, for instance as follows:
13 +Where "livetable-name" is the name of the livetable to be exported.
17 17  
18 -{{code}}
19 -{{livetableExporter livetable="livetable-id" format="csv" /}} {{livetableExporter livetable="livetable-id" format="excel" /}}
20 -{{/code}}
21 -
22 22  This macro obsoletes [[Extension.LiveTableExcelExport Macro]].
23 23  
24 24  == Parameters ==
Installed count
... ... @@ -1,1 +1,1 @@
1 -22
1 +18

Get Connected