This package used to add context menu (right click menu) for resource pages, custom pages and table cells of Filament Admin Panel. Method 1: To global

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-05-02 07:30:04

This package used to add context menu (right click menu) for resource pages, custom pages and table cells of Filament Admin Panel.

Method 1: To globally enable or disable context menu, you need to define an env variable called CONTEXT_MENU_ENABLED and to set the value to true or false.

Method 2: You can also define a static variable called public static bool $contextMenuEnabled in the page and set the value to true or false;

Leave a Comment