Fork me on GitHub
摘要: rowClassName 可以允许我们为 table 的某一行添加样式,它的 record 返回的是一个对象 <div className={`${styles.editable} myTableClass`}> <Table components={components} rowClassName 阅读全文
posted @ 2022-07-19 22:02 让梓航飞 阅读(4431) 评论(0) 推荐(0)
摘要: .test_table td:first-child { font-weight: bold; } .test_table th { font-weight: bold; } <div className={styles.test_table} > <Table columns={[...partI 阅读全文
posted @ 2022-07-19 21:58 让梓航飞 阅读(480) 评论(0) 推荐(0)