仅当屏幕宽度减小到足以包含一些折叠数据时,才可能显示图标。 当前,即使所有列都很好地适合了屏幕,第一列仍然为每一行显示responseCollapse图标。单击它显然没有任何作用,因为没有折叠的数据。
{formatter:"responsiveCollapse", width:50, minWidth:0, align:"center", resizable:false, headerSort:false},
与datatable js解决方案相比,它们仅在存在要查看的折叠数据时显示展开图标。请查看所附的屏幕截图
是否有任何设置可以满足此要求?
有什么帮助吗?
Tabulator Screen Shot with no collapsed data
答案 0 :(得分:0)
从4.5版本开始,现在有一个 responseCollapse 格式化程序,您可以将其添加到列中以插入功能齐全的折叠开关:
{formatter:"responsiveCollapse", headerSort:false}
可以在Here
中找到它的演示查看Formatter Documentation以获得更多信息