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 cell selection not working ie not changing background color or text color upon selection #350

Closed Md-Ala-Uddin closed 3 years ago

Md-Ala-Uddin commented 3 years ago

app:selected_color="@color/selected_background_color" not working on xml

HarshSuvagiya commented 3 years ago

make sure you had added this line in your xml

app:allow_click_inside_cell="true" as

<com.evrencoskun.tableview.TableView android:id="@+id/tableView" android:layout_width="match_parent" app:allow_click_inside_cell="true"/>