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

support wire.modal.live for tables #512

Open
cooffeeRequired opened this issue Jun 29, 2024 · 2 comments
Open

support wire.modal.live for tables #512

cooffeeRequired opened this issue Jun 29, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@cooffeeRequired
Copy link

✅ For sure you can paste screenshots.

❌ Please, don't paste code as screenshot. Paste as formatted markdown code.

PHP

public bool $modal = false;

HTML/Blade (Table.php:200)

                    <table
                        {{
                            $attributes
                                ->except(['wire:model.live', 'wire:model'])
                                ->class([
                                    'table',
                                    'table-zebra' => $striped,
                                    'cursor-pointer' => $attributes->hasAny(['@row-click', 'link'])
                                ])
                        }}
                    >
* from
- ->except('wire:model')
* to
+ ->except(['wire:model.live', 'wire:model'])
@cooffeeRequired cooffeeRequired added the enhancement New feature or request label Jun 29, 2024
@robsontenorio
Copy link
Owner

What do you intend with this ?

@cooffeeRequired
Copy link
Author

Support live updated of selected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants