PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Table Column Clicked in WebDev
Table Column Clicked in WebDev
Iniciado por guest, 12,sep. 2017 12:35 - 4 respuestas
Publicado el 12,septiembre 2017 - 12:35
Hi,

Given that you can't use Tableinfoxy in webdev (I'm using v20) does anyone know how to know which column has been clicked?

I'm talking about a non-editable column. I want to know when the user clicks a particular column in a table so that I can then take them through to another page. The same table has editable checkbox fields on it so I can't just do this if they click any other column.

Kind Regards
Reg
Publicado el 13,septiembre 2017 - 23:01
You can try changing your column to a container type, and inside it you can position a button that sends the user to another page.
Publicado el 14,septiembre 2017 - 09:28
Hi

Do not really get what you mean . But in general the table has less ways to manipulate stuff then a looper has.

So you can try recreating the table in a looper. It will give you way more control

regards
Allard
Publicado el 14,septiembre 2017 - 09:46
Luis, your reply is spot on, I will try it thanks...
Publicado el 14,septiembre 2017 - 15:58
Hope it works :)