How to access row id in format_function?
http://webix.com/snippet/22794b8e
Hi.
I think a workaround would be to use a function as ‘template’, note as ‘format’… Then you’ll receive the whole row object as a parameter.
Check it here : http://webix.com/snippet/8c346daa
Jonathan
Yep, format function receive only the value. Template function receives all info about the row.
I see. Thank you. It works.