Changes for page RealtimeLivetable

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

<
From version < 61.4 >
edited by Clément Desableau
on 2020/05/14 13:05
To version < 61.5 >
edited by Clément Desableau
on 2020/05/14 14:08
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -386,7 +386,7 @@
386 386  
387 387  Several libraries could serve this purpose:
388 388  
389 -[[Tabulator.js>>http://www.tabulator.info/]]
389 +==== [[Tabulator.js>>http://www.tabulator.info/]] ====
390 390  
391 391  pros:
392 392  
... ... @@ -399,7 +399,7 @@
399 399  * does not natively support IE11, polyfills needed
400 400  * does not seem accessible by keyboard or fully responsive
401 401  
402 -[[js-grid>>http://js-grid.com/]]
402 +==== [[js-grid>>http://js-grid.com/]] ====
403 403  
404 404  pros:
405 405  
... ... @@ -416,7 +416,7 @@
416 416  
417 417  In this case, we should use a framework to fasten the development, by automatically binding the HTML table to the JSON object, and helping with event handling.
418 418  
419 -[[Vue.js>>https://vuejs.org/]] would be a great solution, it is versatile and easy to set up. With this framework we are able separate our Livetable in smaller components that could could communicate with each other. Would could think of components like table rows, table headers, or column filters. With this technique, the code would become more understandable and maintainable in the future.
419 +[[Vue.js>>https://vuejs.org/]] would be a great solution, it is versatile and easy to set up. With this framework we would be able separate our Livetable in smaller components that could communicate with each other. We could think of components like table rows, table headers, or column filters. With this technique, the code would become more understandable and maintainable in the future.
420 420  
421 421  === Solution 3: Using nothing at all ===
422 422  
... ... @@ -474,7 +474,7 @@
474 474  
475 475  === Solution 1 ===
476 476  
477 -Here is the current design (simplified)  :
477 +Here is the current design:
478 478  
479 479  [[image:image-20200511112425-10.png||height="91" width="563"]]
480 480  

Get Connected