templates: default "undefined" value ?

https://snippet.webix.com/jdyadaia

Is there a way to specify a default value for “undefined” values ?

example: “N/A”

btw i’d like to no use “defaultData”

Hey @franck34, you could instead present template as a function and perform a check for an absence of value for the needed values: https://snippet.webix.com/2sgu1o2z.

nice shot ! thank you