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

fix: toggleable table columns for nested data #2187

Merged
merged 1 commit into from
Apr 21, 2022

Conversation

ryangjchandler
Copy link
Member

Closes #2186.

Problem is that the column names have dots in, so when Livewire syncs the data it creates nested arrays. This is fine I think, so I've just change the logic to use Arr or data_ methods to ensure we're properly using the dot-notation names.

@ryangjchandler ryangjchandler added the bug Something isn't working label Apr 21, 2022
@danharrin danharrin merged commit fd1a948 into 2.x Apr 21, 2022
@danharrin danharrin deleted the fix/toggleable-columns-relations branch April 21, 2022 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Table selectable columns
2 participants