filament icon indicating copy to clipboard operation
filament copied to clipboard

Delay Response and Sometimes Table Action Buttons like View always open on second click not on first click

Open webdevsamran opened this issue 10 months ago • 1 comments

Package

filament/filament

Package Version

3.2

Laravel Version

11.0

Livewire Version

No response

PHP Version

8.2

Problem description

I'm building an Employee Management System having more than 30 CRUD Operations right now. The problem is Table Action Buttons gives a delay response not instant and also some time I use Infolist and then when I pressed on View Button present on the Table row, it doesn't take my first click and I always have to second click to open the infolist. Also there is Delay here which I want is instant

Expected behavior

I want to have Instant Response to my actions and also make sure to open infolist on every click not second click of each time.

Steps to reproduce

The steps are simple. Install the filament. I have already made three resources. you just need to tell why there is slow response on Action buttons and also why I always need to click twice for opening of infolist.

Reproduction repository

https://github.com/webdevsamran/ems_test

Relevant log output

No response

webdevsamran avatar Apr 02 '24 06:04 webdevsamran

@webdevsamran Hi! Could you check and update your reproduction repository because there are a lot of missing models? For example: CvSkill, CvType, CvSource, CvMedium, Department, Designation, LeaveCategory, PaySlip, PayHead, etc. That's why I can't run migrate & seed to reproduce the issue.

dmitry-udod avatar Apr 22 '24 08:04 dmitry-udod

i have the same issue. Table header action always open on second click

krzysztofengineer avatar May 03 '24 12:05 krzysztofengineer

@krzysztofengineer Hi! Could you please provide a valid reproduction repository?

dmitry-udod avatar May 03 '24 13:05 dmitry-udod

Thanks all for replying The issue is resolved I resolved it by enabling OP cache and making cache of icons, components and route Then this issue is resolved

webdevsamran avatar May 03 '24 13:05 webdevsamran

@webdevsamran hi! If everything is ok, could you close the issue, please

dmitry-udod avatar May 03 '24 18:05 dmitry-udod