单元格自动省略

设置 column.ellipsis 可以让单元格内容根据宽度自动省略。

// ellipsis: true,

固定头和列

// fixed: 'left',
// scroll={{ y: 'calc(100vh - 480px)' }}