Hi! when using the ionic grid component can i frozen the first column so i can scroll horizontally and see from what column the data belongs to ?
<div class="row">
<div class="col">.col</div>
<div class="col">.col</div>
<div class="col">.col</div>
</div>
I have tried style="position: fixed"
but the column moves togheter with the data when i do scroll.