There is a list of marked items (maybe large) and you need to display it in the Responsive Form (bootstrap). If there are 22 points there should be something like:
- xs: 1 column with all elements sm: 2 columns with 11 elements md: 3 columns 8, 8, 6 elements lg: 4 columns 6, 6, 6, 4 elements
I suppose that you need to calculate 4 two-dimensional arrays on the server, and in the template, make 4 blocks and display only one using visible-xs and hide the rest. Is it possible to do something better in the template? The variant above is not pleasant because of the need to make 4 blocks ...