A lightweight tableView container helper based on recyclerView, Tiny and fast, Easy to use, No intrusion into business code.
- List of stock optional details
- Car and game equipment attribute display
- Custom table view
//step 1 Init TableScrollHelper
new TableScrollHelper().attachToRecyclerView(YOUR_RECYCLER_VIEW, YOUR_RECYCLER_ADAPTER, YOUR_TABLE_HEADER);
//step 2 Set tag for the childView of itemView
android:tag="table_scroll_container"