SKDataTable click event not work. any help?
anybody help me about row and col click event?
SKDataTable.bas is attached
i changed but no clickable and what else i do to make clickable row or cell?
'#Event: KeyUp (event As BANanoEvent)
#Event: Click (event As BANanoEvent)
....
' defining events is very simple. Note that it has to be run AFTER adding it to the HTML DOM! eventName must be lowercase!
mElement.HandleEvents("click", mCallBack, mEventName & "_click")
anybody help me about row and col click event?
SKDataTable.bas is attached
i changed but no clickable and what else i do to make clickable row or cell?
'#Event: KeyUp (event As BANanoEvent)
#Event: Click (event As BANanoEvent)
....
' defining events is very simple. Note that it has to be run AFTER adding it to the HTML DOM! eventName must be lowercase!
mElement.HandleEvents("click", mCallBack, mEventName & "_click")