Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
protogrid:tableview [2021-11-19 18:12] – [Update the Value of a Single Cell in a Client-Side Calculated TableView] druprotogrid:tableview [2021-12-02 15:34] – [Search Dialog Boxes] dru
Line 49: Line 49:
 Any number of dedicated Search Dialog Boxes (aka search masks) can be configured for a TableView. Any number of dedicated Search Dialog Boxes (aka search masks) can be configured for a TableView.
  
-Any number of Filter Fields can be assembled for a Search Dialog Box (each configured either as a filter or as a sorter). maximum of two Tag Fields can be configured as filters per Search Dialog Box.+Any number of Filter Fields can be assembled for a Search Dialog Box (each configured either as a filter or as a sorter). Per target field only one Filter Field can be defined at a time. Note that a maximum of two Tag Fields can be configured as filters per Search Dialog Box
 + 
 +Unlike normal views, in Search Dialog Boxes users basically have to fill in/set all filters. An empty filter field in a Search Dialog Boxes means a filter for those Cards where the target field is also empty.
  
 Please note that depending on the number of affected Cards, it may take several minutes before a newly created or modified search dialog box can be used by the users. Please note that depending on the number of affected Cards, it may take several minutes before a newly created or modified search dialog box can be used by the users.
Line 89: Line 91:
             "text": "Test Date Column Header Text",             "text": "Test Date Column Header Text",
             "display_priority": 8,             "display_priority": 8,
-            "is_sortable": true                               // Note that for correct sorting of dates, the cell values must be understood by Javascript's Date() object or comply with the following format: "DD.MM.YYYY( HH:mm(:ss))".+            "is_sortable": true                               // Note that for correct sorting of dates, the cell values must be understood by Javascript's Date() object or comply with the following format: "DD.MM.YYYY( HH:mm(:ss))"
         },         },
         {         {
Line 172: Line 174:
     "test-number-column",     "test-number-column",
     false     false
-)</code>+);</code>
  
 ==== Update the Value of a Single Cell in a Client-Side Calculated TableView ==== ==== Update the Value of a Single Cell in a Client-Side Calculated TableView ====
Print/export