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 [2020-12-04 23:08] igrprotogrid:tableview [2020-12-04 23:13] igr
Line 34: Line 34:
 The following code example shows how a table view can be reloaded programatically without a full page refresh. The following code example shows how a table view can be reloaded programatically without a full page refresh.
  
-<code js>+<code javascript>
 datatables_by_id[FIELD_ID].fnDraw(); datatables_by_id[FIELD_ID].fnDraw();
 </code> </code>
Print/export