Toolbar protoUI Error: Non unique view id

Hi webix team,
in the snippet Code Snippet I have a Toolbar protoUI used for two Datatables. The webix professional version shows the “Non unique view id” error. The webix professional.min version don’t show the error. How I can avoid this error?

Thanks for advice

Hello @RainerRoss,

in the snippet Code Snippet I have a Toolbar protoUI used for two Datatables. The webix professional version shows the “Non unique view id” error. The webix professional.min version don’t show the error. How I can avoid this error?

In the case of a layout, the configuration of nested views should not be set through the defaults, as it will override the default logic (e.g. the layout will reuse the existing views instead of creating new ones according to the set config).

To avoid this issue, please set these settings directly to the config in the $init handler: Code Snippet.