您好,
使用此组件可以隐藏/删除表列标题吗?
编辑:
我刚刚使用 CSS 删除了它:
thead {
display: none;
}
您好,
使用此组件可以隐藏/删除表列标题吗?
编辑:
我刚刚使用 CSS 删除了它:
thead {
display: none;
}
你好 Festinger,
你是否按原样使用此 CSS?在当前状态下,它将定位 Discourse 中的所有表格(包括界面中的),这可能不是你想要的。
如果你想隐藏表格生成器弹出窗口中的标题,正确的选择器应该是:
.insert-table-modal thead {
display: none;
}
创建表格将用默认文本填充标题:“Column 1”、“Column 2”等。
如果我的理解有误,请告诉我 ![]()
手动删除第一行的标题字母(或文本),即:|A | B| C | -- > | | | |
相关错误主题:Editing a table whose some rows don't start with a pipe duplicate these rows