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 454 forks source link

TableView.setTableViewListener() Not Working in version 0.8.9.2 #318

Closed antoniomerlin closed 4 years ago

antoniomerlin commented 4 years ago

In latest release of TableView library the tableview listener is not working. i've checked with previous release.

sudaniprashant commented 4 years ago

this should fix

app:allow_click_inside_cell="true" app:allow_click_inside_column_header="true" app:allow_click_inside_row_header="true"

attributes says it all, use accordingly

antoniomerlin commented 4 years ago

Thanks forgot to view in attributes changes, just looked in project wiki.