How to use a template with a property

I am using a property view but I can’t seem to put a link in the table.

http://webix.com/snippet/c82b9449

Property sheet does not support thetemplate for data representation. You can use format instead:

http://webix.com/snippet/18fe20a1

But note that format accepts only a data attribute related to this field.

So with format I only have access to the default data for the cell. I can’t access other attributes of the object.

How would you access other attributes of the row? In my first snippet using the id field in the ‘state’ column.

The ui.property acts here mostly like a form.

To get the current data object, you can use

property.getValues()

http://webix.com/snippet/770f1263

Technically, the origial data object available as$$("$property1").config.data (will be equal to the mydata)