How can I add click and double click events on a Dynamic Table?

  1. The dynamic table is presented in the webviewer, therefore none of the extensions you have tried will work to recognise clicks in the webviewer.
  2. The dynamic table html/javascript uses the webviewstring to return a row index when a row is clicked. You could use additional javascript to return (using the webviewstring) different html elements for a single or double click on the table.

Some ideas:

Dynamic card views

Alternatively, try the Tableview extension, or build a dynamic table using a dynamic components extension.

2 Likes