RecyclerViewExtensions icon indicating copy to clipboard operation
RecyclerViewExtensions copied to clipboard

Support multiple levels of sticky headers

Open JordanLongstaff opened this issue 2 years ago • 1 comments

My company has a use case where we want to show multiple levels of sticky headers, e.g.:

Header A
---------------
  Header B <- sticks underneath Header A
  --------------
    ... <- some non-header items
  --------------
  Header C <- replaces Header B
  --------------
    ...
---------------
Header D <- replaces Header A and Header C
---------------
  ...

JordanLongstaff avatar Jun 26 '23 14:06 JordanLongstaff

Thanks for the request! We don't have this requirement internally, so it may be difficult for us to get to this in a timely manner. Assuming it can be done this without significantly increasing complexity, PRs are welcome! 🙂

goncalossilva avatar Jun 26 '23 17:06 goncalossilva