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.
Current Behavior
When setting
rowClick: falsefor a column: