You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After searching the source code and document for a while, I found that there's no way to set a callback to detect when a cell gets clicked by the user.
Is there any plan to add support for this?
The text was updated successfully, but these errors were encountered:
you can use XTableAdapter to custom your own adapter, then set click listener in your own adapter
You can refer the onBindTableItem function in CustomTableAdapter that in app module.
After searching the source code and document for a while, I found that there's no way to set a callback to detect when a cell gets clicked by the user.
Is there any plan to add support for this?
The text was updated successfully, but these errors were encountered: