Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot detect cell clicked event. #4

Open
darkengine opened this issue Jul 7, 2022 · 1 comment
Open

Cannot detect cell clicked event. #4

darkengine opened this issue Jul 7, 2022 · 1 comment

Comments

@darkengine
Copy link

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?

@GitHubZJY
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants