How can I load a Gallery widget inside the content of a Tab widget?
I've tried putting the:
<div data-bind="dxGallery: { dataSource: galleryData }"></div>
Inside the content
parameter of the tab widget:
tabs = [
{ text: L["ABOUT_ME"], icon: "user", content: '<div data-bind="dxGallery: { dataSource: galleryData }"></div>' }
But the widget is not displayed in this way. How can I do?