Skip to content

(datatables): implement colors for raw actions badges#3063

Open
ArtemKhvorostianyi wants to merge 2 commits intomainfrom
implement-colors-for-raw-actions
Open

(datatables): implement colors for raw actions badges#3063
ArtemKhvorostianyi wants to merge 2 commits intomainfrom
implement-colors-for-raw-actions

Conversation

@ArtemKhvorostianyi
Copy link
Copy Markdown
Collaborator

@ArtemKhvorostianyi ArtemKhvorostianyi commented Apr 4, 2026

Screenshot 2026-04-05 at 01 05 14
.RowActions(
                MenuItem.Default(Icons.Pencil).Tag(RowAction.Edit).Tooltip("Edit employee").Primary(),
                MenuItem.Default(Icons.Trash2).Tag(RowAction.Delete).Tooltip("Delete employee").Destructive(),
                MenuItem.Default(Icons.Eye).Tag(RowAction.View).Tooltip("View details").Success(),
                MenuItem.Default(Icons.EllipsisVertical).Tag(RowAction.Menu).Tooltip("More actions")
                    .Children([
                        MenuItem.Default(Icons.Archive).Tag(RowAction.Archive).Label("Archive").Warning(),
                        MenuItem.Default(Icons.Download).Tag(RowAction.Export).Label("Export").Info(),
                        MenuItem.Default(Icons.Share2).Tag(RowAction.Share).Label("Share")
                    ])
            )

Header content badges

Screenshot 2026-04-05 at 01 16 38

@artem-ivy-ai
Copy link
Copy Markdown
Collaborator

Staging deploy in progress

I'm preparing your docs & samples for this PR. I'll update the comment as Sliplane reports progress.

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