当同时设置scroll.x='max-content'和scroll.y的值,并将表头的文字内容设置到比列内容长且列未设置固定宽度时,表头会换行收缩。
复现链接:https://codesandbox.io/p/sandbox/ji-ben-yong-fa-antd-4-24-12-...
issue链接:https://github.com/ant-design/ant-design/issues/51394
大神们有遇到过这个问题不?
尝试过使用
.ant-table-thead th {
white-space: nowrap;
}
但这样会导致超长表头溢出隐藏
希望同时出现横向滚动条和竖向滚动条,同时表头不会换行,而是维持一行