我想知道是否可以使用网格模板(如vaadin- grid )自定义vis.js中的"groups“列(put images,links...)?我在网上找不到任何例子...
发布于 2018-06-04 17:27:01
没有模板,但是您可以使用时间线选项(http://visjs.org/docs/timeline/#Configuration_Options)中的属性groupTemplate对"groups“列进行个性化设置。
您可以在官方示例中看到一个示例:http://visjs.org/examples/timeline/groups/groupsEditable.html
https://stackoverflow.com/questions/50578526
复制相似问题