Hello everyone,
I would be able to redirect somebody simulating click, for example like if the client click on the first button and after on the second etc. So I use javascript function click(), it works for button and tabsheet, but I didn’t succeed with tables. I have items on my table for exemple row-1, row-2 and row-3.
I tried document.getElementsByClassName(“v-row-1”)[0]
.click(); but didn’t work… I tried on children too for same result.
I precise that class name of tr elements are unique with v-table-row-$(iditem).
Could someone have a solution?
Try