Skip to content

自定义行样式的css写在哪里 #9

@ghostsatan

Description

@ghostsatan

rowClassNameFn(row, index) { if (index === 1) { return 'demo-table-info-row'; } else if (index === 3) { return 'demo-table-error-row'; } return ''; }

'demo-table-error-row 这个样式 写在table.css里面吗 为什么我写进去 无效呢

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions