Questions tagged [dynamic-columns]

311 questions
2
votes
3 answers

Bootstrap col size depending on ng-repeat items

I'm trying to populate my site with ng-repeat images. I wanted to make something like if there is only one image in images, it's going to get 1 full row(col-xs-12), if there will be 2 images, they are going to load as col-xs-6, up to maximum 6…
2
votes
1 answer

Filter 50k+ rows by allowed or blocked value

I have database with about 50k (and counting) products. Further, users on my website have declared the country of their origin. Now I need to add to products fields like allowed_countries and blocked_countries. Product can have these fields empty…
user1292810
  • 1,702
  • 7
  • 19
  • 38
2
votes
1 answer

Dynamic number of columns and rows in a responsive layout

Lets say we have the following markup:
...