I have a READONLY template field in a table. I would like to be able to add a boolean field {{Acknowledge}} inside the template. Is it possible to turn off the READONLY status for just this component in the template?
Page 1 / 1
Template fields on tables are ONLY read only at this point. I think you have two options here.
1. Put your boolean field in another column.
2. Use a custom renderer instead of a template. Here you can have the boolean in edit mode and add the data that should be read only behind it. A little javascript… not a problem…
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.