TableBody row click event does not select cell value

OS info

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)

Community Page
Last updated: