Ionic grid use with one fixed column and one scrollable

Hi,

I am creating something like a address book within my app using ionic grid. I wanted to have the main content of the page to have two columns. The left most columns would be a scrollable list of my address book and the right column would be fixed and display all the name, address, phone, etc of the selected person from the left column’s scrollable list.

It doesn’t appear there is a way to slot = “fixed” the second column that is non-scrollable. Is that right? At this point I am thinking the grid won’t work as I would ideally like.

Community’s feedback is greatly appreciated. Would love to stick to the ionic grid if possible.