Skip to content

Conversation

@jcxm360
Copy link
Contributor

@jcxm360 jcxm360 commented Oct 30, 2025

Changes

  • Added icon field to column data array in Board::getViewData()
  • Updated column header template to render icons when provided
  • Icons are rendered using Filament's icon component with appropriate styling

Why

The Column class already supports icons via the HasIcon trait, but icons weren't being included in the view data or rendered in the template. This enables users to display icons in column headers.

Columns can now display an icon if provided. The Board component passes the icon to the view, and the Blade template renders it when available.
@ManukMinasyan ManukMinasyan merged commit 9158ad2 into Relaticle:2.x Nov 12, 2025
1 check passed
@ManukMinasyan
Copy link
Contributor

@jcxm360 thank you

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.

2 participants