Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
protogrid:tableview [2019-11-29 14:52] 46.140.51.3protogrid:tableview [2020-12-04 23:08] igr
Line 29: Line 29:
  
 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. 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