react-suite-demo icon indicating copy to clipboard operation
react-suite-demo copied to clipboard

Using Toolbar inside Layout

Open Alwigi opened this issue 5 years ago • 0 comments

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

Alwigi avatar Mar 02 '20 12:03 Alwigi