I have a tabless panel with a list of items. When column “name” is clicked I want to be able to pass its row number to the event handler. How would I do so?
Gonki
I have a tabless panel with a list of items. When column “name” is clicked I want to be able to pass its row number to the event handler. How would I do so?
Gonki
Hi Gonki,
You can use controller.getSelectedIndex() or foundset.getSelectedIndex() in your method for this.
Hope this helps.