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

Unable to get Cell recyclerview instance #282

Closed selvarajmca18 closed 4 years ago

selvarajmca18 commented 4 years ago

In my case, I have to enable & disable the swipe refresh layout based on recyclerview scroll. (When the first row is visible I've to enable swipe refresh layout). Is there any functions to get the cell recyclerview instance?