Skip to content

Miltiple _actions prop eClass not working #21

@harshadsatra

Description

@harshadsatra

When appliying eClass to multiple _action slot components takes the class name of the last _action prop

tableConfig: [ { prop: "_action", name: ".", actionName: "checkbox", width: 30, eClass: { checkbox: 'true' }}, { prop: "_action", name: "Name", actionName: "userBlock", width: 180}, { prop: "emailAddress", name: "Email Address", width: 180 , alignItems: "left"}, { prop: "phoneNumber", name: "Phone Number" }, { prop: "company", name: "Company" }, { prop: "address", name: "Address" }, { prop: "_action", name: ".", width: 70, actionName: "actionCommon"}, ],

All the _action blocks takes the Class checkbox

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