F
Filament7mo ago
ulqsch

How To Disable a Table Column Reactively After Toggle Column Action

Hi, I have a relation manager page where i list some records with two toggle columns of is_accepted and is_completed. What i want to achieve is that "is_completed" toggle column should be disabled unless the same record's "is_accepted" toggle is true. In my code, database changes are made but i couldn't find a way to refresh the table view to disable or enable "is_completed" reactively when the other toggle columns do updates. Is there any way to make "disabled()" function reactive? Here is my code, thank you. https://gist.github.com/ersinkandemir9/f25fcc8a5ebeed4d32e456877d780d90
Gist
How To Disable a Table Column Reactively With Toggle Colum
How To Disable a Table Column Reactively With Toggle Colum - ManageJobOffers.php
0 Replies
No replies yetBe the first to reply to this messageJoin