I use a serialized PHP to create a dynamic table. Up until recently, I could add a "<input type="checkbox">" as part of the cell value. It now strips the checkbox so I tried using the "Transform Value" feature. This works, however it causes a huge delay whenever someone tries to use the search features in the table. Is there anything I can add through code that will allow me to use an input checkbox?
Hi,
I use a serialized PHP to create a dynamic table. Up until recently, I could add a "<input type="checkbox">" as part of the cell value. It now strips the checkbox so I tried using the "Transform Value" feature. This works, however it causes a huge delay whenever someone tries to use the search features in the table. Is there anything I can add through code that will allow me to use an input checkbox?
Thanks in advance