lowcoder icon indicating copy to clipboard operation
lowcoder copied to clipboard

[Bug]: Table Event Broken

Open KrzysztofKiser opened this issue 1 month ago • 0 comments
trafficstars

Is there an existing issue for this?

  • [x] I have searched the existing issues

Current Behavior

For the event "Row Select Change", the output is delayed by one selection.

As an example: When a row select change - set a temporary state to {{table1.selectedRows}}:

when the first selection is made, the temporary state is not updated

when the second selection is made, the temporary state is being updated to the first selectionwhen the third selection is made, the temporary state is being update to the second selection and so on

In short - the temporary state is being updated to the previous selection.

Expected Behavior

The temporary state is being updated to the current selections

Steps to reproduce

  1. Add a table component
  2. Add a event - "Row select change"
  3. Add action - "Set a temporary state value"
  4. Select rows in table
  5. The output is delayed by one selection (show values from the previous selected rows)

Environment

2.7.5

Additional Information

No response

KrzysztofKiser avatar Oct 19 '25 17:10 KrzysztofKiser