gpt4 book ai didi

html - 拉伸(stretch) Webix 数据表中的最后一列

转载 作者:太空宇宙 更新时间:2023-11-03 23:24:28 25 4
gpt4 key购买 nike

Webix datatable的最后一列怎么能被拉伸(stretch)以便它从上一列延伸到屏幕的右边缘?我正在尝试实现以下列布局:

enter image description here

我已经设置了 autowidth: false 并且容器 div 的宽度是 100%,但是结果只是最后一列之后的空白:

enter image description here

最佳答案

fillspace列的属性将是解决方案。它可能有 bool 值和数值。

数据表中可以有多个填充空间;在这种情况下,宽度将根据定义的比例计算 by numeric values .

columns:[
{ id:"rank", header:"Rank"},
{ id:"title", header:"Title", width:250},
{ id:"year", header:"Year"},
{ id:"votes", header:"Votes", fillspace:1}
]

请在代码段中查看:http://webix.com/snippet/dd113b85

关于html - 拉伸(stretch) Webix 数据表中的最后一列,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27620323/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com