data
, component
, user
, value
, moment
etc.), also fileName
, guid
variables are available. Theguid
part must be present. if not found in template, will be added at the end.value = data.dataSource
row
variable.alert(JSON.stringify(row, null, 2));
line to Button Custom Logic field to see JSON data of row.row
and rowIndex
variables in HTML Element Component and Content Component to customize their view for each row.key = 'customers'
then the value of the field will be saved in data.customers
.