Analysis updated 2026-05-18
Add a right-click context menu to Filament admin table rows for quick actions like archive or delete.
Let users select multiple rows and run a bulk action from a right-click menu.
Extend right-click menus to Flowforge Kanban board cards when that plugin is installed.
Trigger an automated workflow on a record directly from a right-click menu.
| leek/filament-right-click | kornelski/sblam | baiyuetribe/oneindexmoe | |
|---|---|---|---|
| Stars | 39 | 39 | 37 |
| Language | PHP | PHP | PHP |
| Last pushed | — | 2017-03-01 | 2019-09-19 |
| Maintenance | — | Dormant | Dormant |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | developer | ops devops | general |
Figures from each repo's GitHub metadata at analysis time.
Requires an existing Laravel project using Filament v4 or v5.
This is a small add-on package for Filament, a tool that developers use to build admin panels and dashboards inside Laravel, a popular PHP web framework. It adds right-click menus to table rows, so when someone using an admin panel right-clicks a row, they see a menu of actions they can take on that record instead of having to click a small button first. The menu items are not separate from the rest of the panel. Every item in the right-click menu is really a normal Filament action underneath, so things like confirmation popups, permission checks, form validation, success messages, and page redirects are still handled by Filament itself, the same way they would be for a regular button. This package only adds the right-click trigger and the menu, it does not reinvent how actions work. It also supports bulk actions, meaning a user can select several rows and then right-click to run an action on all of them at once. If a separate add-on called Flowforge is installed, which turns Filament tables into Kanban-style drag and drop boards, this package extends right-click menus to the cards on those boards too. There is also optional support for triggering automated workflows on a record if another add-on for that is installed. For keyboard users, the menu can be opened with a context menu key or Shift plus F10, and can be navigated with arrow keys. Installing it is a short process for a Laravel developer already using Filament: install the package with Composer, publish its assets, and register the plugin on the panel. It works with Filament versions 4 and 5. This is a developer tool, useful mainly to people already building admin interfaces with Filament and Laravel, not something aimed at non-technical users directly.
A Filament plugin that adds right-click menus to admin panel table rows, wired into Filament's own actions and permissions.
Mainly PHP. The stack also includes PHP, Laravel, Filament.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.