Hello,
Seems the “container” property of tooltip is not active :
snippet
Or am I using it the wring way ?
Hello,
Seems the “container” property of tooltip is not active :
snippet
Or am I using it the wring way ?
Hello,
The container
property is not supported inside tooltip
configurations used within components like combo
, list
, or datatable
. In those cases, tooltips are managed internally by Webix and always rendered directly into the <body>
- the container
setting is ignored.
However, if you create a tooltip as a standalone view using webix.ui({ view: "tooltip", ... })
, then container
works as expected: Code Snippet