Changes for page RealtimeLivetable

Last modified by Vincent Massol on 2024/02/26 17:54

<
From version < 40.2 >
edited by Marius Dumitru Florea
on 2020/05/12 15:57
To version < 40.3 >
edited by Marius Dumitru Florea
on 2020/05/12 15:59
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -256,6 +256,15 @@
256 256  
257 257  == Displayers ==
258 258  
259 +The displayer modules are responsible for displaying each cell, both when viewing and editing the live table data. They could be implemented as RequireJS modules and the live table configuration would specify which displayer module to use for each column.
260 +
261 +The following displayers are needed:
262 +
263 +* **default**: simply display the value for view and a plain text input for edit
264 +* **date**: support time-ago format and a date picker for edit
265 +* **page**: link to page on view and page picker when editing
266 +* **user**: user avatar and link to user profile on view and user picker on edit
267 +
259 259  == Synchronization ==
260 260  
261 261  TODO

Get Connected