<img width="512" alt="image" src="https://user-images.githubusercontent.com/46315787/154908119-98364203-894f-4af3-93cf-947187341ef8.png"> 例子:[codesandbox](https://codesandbox.io/s/elated-perlman-oq3dmp?file=/App.tsx) 1.expandable的fixed设为string的时候,必须同时设置table的[scroll.x](https://github.com/react-component/table/blob/312b95b90b30ffce03a6c29903236a449df181d6/src/Table.tsx#L434),个人建议可以加个提示warning,现在页面直接崩溃了。 2.fixed设置为right的时候还必须同时设置expandIconColumnIndex为basecolumns的[length](https://github.com/react-component/table/blob/312b95b90b30ffce03a6c29903236a449df181d6/src/hooks/useColumns.tsx#L187),否则会不生效,个人认为用户在设置fixed为right的时候已经想好了就是要定在最右边,不应该还需要设置expandIconColumnIndex,并且目前这一点也没有提示 ps:以上两点包括antd的文档上也没有足够的说明 