TableBody row click event does not select cell value

OS info

  • Operating System : Windows 10.0.19042
  • Wappler Version : 4.0.1
    Nodejs project, custom server, MariaDB

Problem description

TableBody row click event does not select cell value

Steps to reproduce

Windows 10
Wappler 4.0.1
Nodejs project, custom server. MariaDB

Create Bootstrap 5 table using generator
Select all appropriate settings to generate Bootstrap 5 table

Next click on table body row, and add a dynamic click event
I am using a notifier for demonstration purposes

When I select my cell value for the clicked row I end up with incorrect code
“tableRepeat1[0].user_id”

In theory this is only ever going to return user_id for the 1st row, whereas in fact it returns nothing, my notification pops up when row is clicked and is blank.

When I change “tableRepeat1[0].user_id”
To this “.user_id” everything works fine

report1627683599482.zip (289.9 KB)

Thank you so much @Marc for your workaround
I was messing around with this for good 2 hours thinking I’m stupid in this room.

Waiting for fix…

1 Like