RecyclerviewTableViewAndroid
RecyclerviewTableViewAndroid copied to clipboard
A sample Android Studio Project showing using a Recyclerview as a Table View.
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...
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...