2024年12月18日

antd中Table组件,配置固定列

摘要: Table配置属性: scroll={{ x: true, y: 'calc(100vh - 240px)', // 可以按需调整y的值 }} Table的columns属性对应的数组中,配置各列fixed fixed: 'right' 如果使用TypeScript: fixed: 'right' 阅读全文

posted @ 2024-12-18 17:45 cag2050 阅读(224) 评论(0) 推荐(0)

导航