XTableView
XTableView copied to clipboard
Cannot detect cell clicked event.
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?
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.