Skip to content

Cursor Style Conflict for Non-Clickable Rows #55

@nency-7span

Description

@nency-7span

Current Behavior

When setting rowClick: false for a column:

{ name: "admin_email", rowClick: false }

This prevents the row from redirecting to the list item page as intended. However, I have applied the following CSS:
tbody tr:hover {
    @apply bg-yellow-50 cursor-pointer;
}

This creates a conflict because the cursor still appears as a pointer on non-clickable rows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions