是否可以将 html 传递给 Gojs 中的滚动 Table?

Is it possible to pass html into a Scrolling Table in Gojs?

我正在研究 go js。我有两个 div,我需要用链接连接它们的内容。因此,我刚刚在 Gojs 中看到了一个 Scrolling-Table 概念,通过它我们可以将左边的每一行 table 与右边的行 table.

连接起来

现在我需要将 html div 传递到左右 table 的行中。 此 html div 包含一个切换按钮和一个 asp 下拉菜单。

Scrolling的每一行都可以传递这样的html内容Table?

因为 GoJS 希望能够呈现到 canvas 和 SVG 以及其他目标,所以不能在图表中嵌入任何 HTML。您需要使用 GoJS GraphObjects 自己实现它。阅读 http://gojs.net/intro about the basic Shapes and Panels. For examples of how the various kinds of predefined buttons are implemented, see http://gojs.net/latest/extensions/Buttons.js.