答案 0 :(得分:1)
您可以呈现自定义行/列标题。以下代码片段来自文档。您可以使用标题准备一个正确的数组,然后将其传递给colHeaders / rowHeaders:
$container.handsontable({
colHeaders: [
"<b>Bold</b> and <em>Beautiful</em>",
"Some <input type='checkbox' class='checker'> checkbox"
]
});
以下是文档的链接: http://handsontable.com/demo/renderers_html.html#header