You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since there is a react-layout component I assume that it is intended to be used like the regular DHTMLX js library where other DHTMLX components can be created inside the layout panels - or am I misunderstanding this?
The reason I ask is because I have a Layout and Toolbar component that work just fine on their own but when I try to do:
Since there is a react-layout component I assume that it is intended to be used like the regular DHTMLX js library where other DHTMLX components can be created inside the layout panels - or am I misunderstanding this?
The reason I ask is because I have a Layout and Toolbar component that work just fine on their own but when I try to do:
this.layout.cell("pToolbar").attachHTML(ReactDOMServer.renderToString(<DhxToolbar />));
then the toolbar does not render
The text was updated successfully, but these errors were encountered: