I have a list of values [1,2,3,4,5,6,7,8,9,10]. I want to print this list as a bootstrap grid (class="col-x") using angularjs.
I want to create 4 column and 3 rows grid from this list.
What is the best way to do this?
I have a list of values [1,2,3,4,5,6,7,8,9,10]. I want to print this list as a bootstrap grid (class="col-x") using angularjs.
I want to create 4 column and 3 rows grid from this list.
What is the best way to do this?
Just assigning them a .col-size-3 class will create 4 columns.