Hi All,
I’m trying to implement an master details view in my application and in my master view, I’m trying to display an list of items. The issue I’m facing right now is that the scroll view isn’t working inside the cell of an row which I used to replicate master detail view.
I disabled scrolling for the page and set the view port height in the page layout. It works outside the row component, but it doesn’t work inside the cell of the row component.