XTableView icon indicating copy to clipboard operation
XTableView copied to clipboard

Cannot detect cell clicked event.

Open darkengine opened this issue 3 years ago • 1 comments

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?

darkengine avatar Jul 07 '22 08:07 darkengine

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.

GitHubZJY avatar Aug 14 '22 08:08 GitHubZJY