Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagexml
<input 
	type = "text"
	data-single-click = "true"
	value = {{ BENE_ID }}
	data-column-id = " BENE_ID"
>

...