PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WB22] How to get sort event in table?
[WB22] How to get sort event in table?
Iniciado por guest, 06,sep. 2017 12:12 - 1 respuesta
Publicado el 06,septiembre 2017 - 12:12
I have a table where the columns have sorting enabled.
When the user changes the sort order of a column I want to start some procedure, but I am unable to find an event that gets called when the sort order changes.
Is this possible in WebDev 22?
Publicado el 06,septiembre 2017 - 16:47
Hi,

The sort is an Automatisc feature. I do not know of any event that is caale d when using this. However You can sort the table yourself in a button for instance

regards

Allard