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

is it possible to add a double click event to ITableViewListener ? #235

Open altagir opened 5 years ago

altagir commented 5 years ago

will it be possible to add

void onCellDoubleClicked(@NonNull ViewHolder var1, int var2, int var3);
evrencoskun commented 4 years ago

This feature has been implemented the project.

So, You need to wait for the next release.

MGaetan89 commented 4 years ago

@evrencoskun I noticed an issue in the double click feature. I submitted a fix in #299