Hi I have a table with row select event that open a light-box.
when the light-box is close the same row select does not trigger the event on the 2nd time because the row is already selected. is there a solution to un-select table row by code?
-
solution-1:
https://www.wix.com/velo/reference/$w/table/selectrow -
solution-2:
https://www.wix.com/velo/reference/$w/dropdown/focus
I do not know if every element can be focused, you will have to take a look in the VELO-DOCs to get your answer.
Hi the Table element can’t be focus/blur. any other ideas to un-select a table row.
What about solution-1, which should normaly select another row as the current selected one. It does not work for you, too?
Hi,
It shouldn’t retrigger the event again when the lightbox is closed, as this could introduce an infinite loop causing the browser to crash eventually.