Column onclick event
I set column onclick event, but it is not working
S col.header = "Header"
S col.colName = "Data3"
S col.onclick = "alert('ok');"
D table.%AddColumn(col)
alert Ok is not show
What is wrong?
Are you sure you want to delete this reply?
check side conditions of the related column.
from docs:
Note that this callback is called before the new row in the table is selected so you will not have the current selectedIndex for the table when this callback is fired. If you need that, use the tablePane's onselectrow callback.