ant-design-blazor/site/AntDesign.Docs/Demos/Components/Table/demo/custom-row-style.md
2021-02-06 20:15:46 +08:00

408 B

order title
22
en-US zh-CN
Custom Row Styling 修改每行的样式

en-US

A solution for displaying custom styling on rows.

When you need to conditionally style rows based on the data provided. The example highlights rows where score is < 70.

zh-CN

可以使用 RowClassName 给特定的行设置 class。也可以用 ExpandedRowClassName 给特定的展开行设置 class。