open-admin icon indicating copy to clipboard operation
open-admin copied to clipboard

Bug in DropdownActions on Click

Open emmanpbarrameda opened this issue 1 year ago • 2 comments

Bug in DropdownActions on Click

Describe the bug When using DropdownActions as an action class for a grid, there's a bug. The table grid design displays the grid table in a buggy way, and the dropdown menu does not display properly. Please refer to the GIF image below.

use OpenAdmin\Admin\Grid\Displayers\Actions\DropdownActions;
$grid->setActionClass(DropdownActions::class);

GIF: 2024-01-18-01-02-31

SCREENSHOTS: image

image

Proposed Solution

  1. Correct the table layout issue when the DropdownActions button is clicked, and ensure proper display of the dropdown menu for action selection. It should be displayed correctly.

  2. Ensure that the DropdownActions button remains positioned on the right side of the grid table, even when scrolling the table horizontally from left to right or vice versa, like the behavior of the normal action.

System - Open-admin Version: Latest version - PHP Version: 8.1.12 - Laravel Version: 10.28.0 - OS: Windows 10 - Browser: Microsoft Edge

emmanpbarrameda avatar Jan 17 '24 17:01 emmanpbarrameda

up @open-admin-org

emmanpbarrameda avatar Jan 30 '24 09:01 emmanpbarrameda

any update?

emmanpbarrameda avatar Mar 06 '24 15:03 emmanpbarrameda