gpt4 book ai didi

handsontable - 如何在handsontable中居中对齐复选框?

转载 作者:行者123 更新时间:2023-12-01 11:29:52 29 4
gpt4 key购买 nike

我正在使用 handsontable,我的代码是用 typescript/aurelia 编写的。我无法将复选框列居中对齐。我关注了this链接并将我的复选框列上的 className 设置为“htCenter htMiddle”。在文本列上这个东西有效,但在复选框列上无效。而当我使用我的开发工具并在 <td> 上设置类时到“htCenter htMiddle”,它可以工作。还有其他方法可以设置此复选框列的对齐方式吗?

添加className的代码如下:

this.options.columns = [
{ data: "modalValue", renderer: linkButtonRenderer, readOnly: true },
{ data: "uri", readOnly: true },
{ data: "isPublic", className: "htCenter htMiddle", type: "checkbox" }
];

最佳答案

你必须设置

{ data: 'Is_anything', type: 'checkbox', className: "htCenter htMiddle" },

像这样。您将在中心获得复选框。

关于handsontable - 如何在handsontable中居中对齐复选框?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33347818/

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