Skip to content

Conversation

dogfootruler-kr
Copy link

@dogfootruler-kr dogfootruler-kr commented Oct 17, 2025

This PR adds a per-column header cursor override.

Why
Allows consumers to customize cursor feedback on header hover (e.g., help, grab, context-menu) without affecting cell cursors.

Notes

  • No behavioral change unless headerCursor is provided.
  • Lints pass locally.

Example

const columns = [
  { title: "Name", width: 200, headerCursor: "help" },
  { title: "Status", id: "status", headerCursor: "grab" },
];

…derCursor to BaseGridColumn\n- Thread through MappedGridColumn\n- Use override in header hover cursor logic\n- Document in API.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant