Frozen first column using ionic grid component

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.

Did you find a way to do this as I’m wanting to do the same thing?

Did not find a way yet. If you find please tell me.

I couldn’t find a way so went with a 3rd party grid (ui-grid)

1 Like