Minko

Results 37 comments of Minko

Just like: ```diff [ { fixed: 'left', hideInSetting: true, width: 500, dataIndex: 'name', title: t(tableHeadersLabels[1]), key: 'name', sorter: (a, b) => a.name.localeCompare(b.name), disable: true }, { width: 150, dataIndex: 'size',...

Could you please provide a minimal reproduction?

Oh, maybe you missed `tableWidth` ```diff ```

Thanks for your feedback, this is an internal bug, I'll handle this asap.

Keep in mind, you should let at least one col without `width` seted to make sure this hook works correctly. After you edit the col visible, the columns becomes to...

是开启了react18的严格模式吗?

可以使用全局的css样式,控制span的display就行了。 但是会出现其他的样式问题,具体你可以试试看哈~