Question
capgemini
FR
Last activity: 11 Aug 2021 3:25 EDT
Pega table select and unselect row
Hi,
I've a table and when I clicked on a row I would select it.
Actually I added a click event on the table actions panel and added a Set Value as following
.pySelected equal to !.pySelected
Each item of my table has a .pySelected attribute equal to false by default. I checked that. So as it's a boolean it should work, logic.
But as you can see on the second screen it's throw an error in console and display an empty web page...