Changes for page RealtimeLivetable

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

From version 45.1
edited by Clément Desableau
on 2020/05/13 10:10
Change comment: Uploaded new attachment "image-20200513100959-1.png", version {1}
To version 45.2
edited by Clément Desableau
on 2020/05/13 10:43
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -497,12 +497,16 @@
497 497  
498 498  We can allow multiple filters by adding an action to create more :
499 499  
500 -[[image:image-20200511143912-1.png||height="241" width="582"]]
500 +[[image:image-20200513100959-1.png||height="200" width="583"]]
501 501  
502 502  Clicking "add filter" will automatically focus the created input.
503 503  
504 504  When there is no filter, there is only the "add filter" action, so that the UI stays lite.
505 505  
506 +From the second filter, a new button is added to choose between the "AND" and the "OR" operators.
507 +
508 +The operator precedence is the same as usual: "AND" has a highest precedence that "OR". So having: "filter1 OR filter2 AND filter3" is the same as: "filter1 OR (filter2 AND filter3)".
509 +
506 506  pros:
507 507  
508 508  * unlimited number of filter for each column
... ... @@ -510,8 +510,12 @@
510 510  
511 511  cons:
512 512  
513 -* we can only use the "AND" operator to combine filters
517 +* we can only use the "AND" operator to combine columns
518 +* the UI can become charged very quickly
514 514  
520 +Here is an example of implementation on large layout:
521 +
522 +
515 515  = Other concerns =
516 516  
517 517  The new Livetable should be compatible and adaptable with the current styling configuration of the wiki.

Get Connected