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

Rethink how to get row reference from cells #2

Open
ccarruitero opened this issue May 24, 2021 · 0 comments
Open

Rethink how to get row reference from cells #2

ccarruitero opened this issue May 24, 2021 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@ccarruitero
Copy link
Contributor

We initially think the cells to be used only with rows, and at some point we needed a way to access row attributes from cell. We resolved this by using request_store gem.

Later, we also have been using cells outside rows. Everything seems to work well, but recently we detect a bug since the cell always attempt to get row reference from the global seated before by a previous row. We can just limit the cells to be used with rows and create another component when need to use outside rows, but a more efficient way to get reference between row and cells could be a better approach.

@ccarruitero ccarruitero added enhancement New feature or request question Further information is requested labels Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant