evrencoskun / TableView

TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
MIT License
3.14k stars 459 forks source link

About how the tableview cell cancels getting focus. Implement click events #265

Open Jhon354202 opened 4 years ago

Jhon354202 commented 4 years ago

Hello! How can your tableview cancel the first click event to get the focus. If I want to implement the click event in the table, I need to double-click it. How to make it a click. Thank you!

evrencoskun commented 4 years ago

please check #147 issue

Jhon354202 commented 4 years ago

请检查 #147问题 I'm a novice. Can you tell me how to deal with it in more detail?