...
Note |
---|
You must define the events for the Column Template in the template file and capture the related actions in the JavaScript file for your application. |
...
To achieve this, you need to define the Cell Click event attributes in the Column Template as follows:
Code Block | ||
---|---|---|
| ||
<input type = "text" data-single-click = "true" value = {{ BENE_ID }} data-column-id = " BENE_ID" > |
...