Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable cells while table loading #13961

Open
wants to merge 2 commits into
base: 4.x
Choose a base branch
from

Conversation

thethunderturner
Copy link
Contributor

@thethunderturner thethunderturner commented Aug 16, 2024

Description

This was discussed in #7294. This PR aims to fix this issue with the exception of ToggleColumn, I tried but I couldnt get it to disable to during table loading. Maybe Zep knows more 👀

Thanks to @atmonshi for helping me!

Visual changes

Functional changes

  • Code style has been fixed by running the composer cs command.
  • Changes have been tested to not break existing functionality.
  • Documentation is up-to-date.

@danharrin danharrin linked an issue Aug 16, 2024 that may be closed by this pull request
@danharrin danharrin added this to the v4 milestone Aug 16, 2024
@danharrin danharrin added the enhancement New feature or request label Aug 16, 2024
@@ -96,6 +96,7 @@
isLoading = false
"
:attributes="\Filament\Support\prepare_inherited_attributes($getExtraInputAttributeBag())"
wire:loading.attr="disabled"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this work reliably with line 78? I believe that was the main challenge.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, I'm not sure, but I can check!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah please check if you can :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for reminding me. I completely forgot 😅. I will check as soon as I can!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

Disable interactive table cells while loading
3 participants