Freeze column in layout grid

0
Hi, i would like to freeze one of the columns in a layout grid. Is this possible? I also need to do the same to a datagrid Thanks
asked
1 answers
0

To start; A layout grid is designed for scaling.

But I do have a few ideas; 

  1. You can set the width of a full layout grid on fixed width
  2. Set the width for all devices on the same scaling; col-md-4 / col-xs-4 etc..
  3. Set width in .px in a custom class
  4. Use a Table instead, which is designed for static column distribution

 

 

answered