Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 React-Table 的最新版本(7.5.x)中,当使用 Material-UI Table 组件时,有没有办法从列标题中删除“Toggle sortBy”工具提示?
两个工具提示
我有一个带有列标题名称的工具提示。两个工具提示都会在悬停时出现。看看这个代码框
添加{...column.getHeaderProps(column.getSortByToggleProps({ title: undefined }))}成功了。
{...column.getHeaderProps(column.getSortByToggleProps({ title: undefined }))}
这是更新的代码框