RecyclerviewTableViewAndroid icon indicating copy to clipboard operation
RecyclerviewTableViewAndroid copied to clipboard

A sample Android Studio Project showing using a Recyclerview as a Table View.

Results 3 RecyclerviewTableViewAndroid issues
Sort by recently updated
recently updated
newest added

So I am working on my project and I am using your method to show data from a json array in a table, I need to merge two cells in...

enhancement

Hi, i am using your TableView in my App. Really like it!!! I would like to let the user edit a row by clicking on it. Is it possible to...

This PR implements row click listener functionality for the RecyclerView TableView, enabling users to interact with table rows for editing or other actions as requested in the issue. ## Changes...