MadCcc

Results 444 comments of MadCcc

But it seems cssinjs transformer could solve this problem quickly.

```ts const transform: Transformer = { visit: (cssObj) => { if ('backgroundColor' in cssObj) { const clone: CSSObject = { ...cssObj }; clone.background = clone.backgroundColor; delete clone.backgroundColor; return clone; }...

If you have more suitable description of `getContainer`, PR is welcome~

Trace in https://github.com/ant-design/ant-design/issues/38975

Closing since style has been reverted: https://github.com/ant-design/ant-design/pull/40469

最好把 demo 合进来,CR 有点困难。

Make sort controlled is recommended. You could wrap Table with hoc or other ways to solve it.

Duplicated, trace in https://github.com/ant-design/ant-design/issues/40680 .