Column template function executes only when there is a key with the same name on the json

I’ve recreated the situation on this snippet
https://snippet.dhtmlx.com/si55l0h8

It worked fine in the 7.0 version, but since I update the the lib, all the template functions from columns that don’t have a id in the json are not executed.

Is this the correct behavior?

For now the template will be displayed only if cell of the specified column (according to its id) has any value, but we’re planning to eliminate that behavior in future udpates.

So, in future updates, the behavior of the template functions will revert to the behavior of version 7.0.3?

yeah, it should be so.