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
Next revisionBoth sides next revision
protogrid:tableview [2019-11-29 14:07] 46.140.51.3protogrid:tableview [2020-12-04 23:08] igr
Line 28: Line 28:
 === Hide Certain List Entries By Using a Filter === === Hide Certain List Entries By Using a Filter ===
  
-It's also possible to hide certain cards in the list of all cards. For preparation you have to [[protogrid:filter|define a filter]]. By choosing one of the filter options the related records will be displayed.+It's also possible to hide certain Cards in the list of all Cards. For preparation you have to [[protogrid:filter|define a filter]]. By choosing one of the filter options the related Cards will be displayed. 
 + 
 +=== Reload Table View Without Page Refresh === 
 + 
 +The following code example shows how a table view can be reloaded programatically without a full page refresh. 
 + 
 +<code js> 
 +datatables_by_id[FIELD_ID].fnDraw(); 
 +</code>
Print/export