and I’m looking for a best way to implement “sticky columns”. To be more specific, I would like to have 2 first columns sticky. My current approach is like that (looking form top to bottom):
You can use stickyHeader function in your lazyRow and put your sticky columns in it.
Note: don't forget to annotate your Composable with @ExperimentalFoundationApi because it is Experimental as of now.