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

[Bug]: Table current row values is not passed correctly to module input nested in expanded view #863

Closed
1 task done
vasileermicioi opened this issue May 9, 2024 · 1 comment
Assignees

Comments

@vasileermicioi
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

It seems like values to module are propagated from selectedRow instead of the currentRow, but for the text in the expandable view works fine (also using currentRow)
image

Expected Behavior

Module from expandableView to pick values from currentRow, not from selectedRow

Steps to reproduce

  1. Create a module with a input
  2. Create an app with a table
  3. Activate expandableView option
  4. Drag a text and the module in the expandable view
  5. Set text and module input to {{currentRow.code}} (or other field)
  6. Expand a few rows (but don't change selection)

Result: the text is showing the value from currentRow, and the view from selectedRow

Environment

No response

Additional Information

No response

@raheeliftikhar5 raheeliftikhar5 self-assigned this May 13, 2024
@FalkWolsky
Copy link
Contributor

We solved this in v2.4.0

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

No branches or pull requests

3 participants