Questions tagged as 'grid'

4
answers

How does grid system work?

I'm using Bootstrap in a project, but so far I do not understand how the structure works. It uses grids but the documentation is not clear about how it works and how to use it. I want to put together a layout that is responsive but at the...
asked by 11.03.2014 / 17:38
3
answers

What is the difference between col-lg- *, col-md- * and col-sm- * in Bootstrap?

It's been a while since I used Bootstrap I worked with almost all versions. Usually to structure my applications I use Bootstrap's grid system, row to create rows and col- for columns. I would like to know: The...
asked by 05.02.2017 / 12:33
1
answer

How does Bootstrap responsive utilities work?

From the point of view of application performance, how does the hidden-** and visible-** classes work? If I put a div with hidden-xs it will load on an xs device and it will not be visible, or the bootstrap does this chec...
asked by 27.10.2015 / 23:09
1
answer

Create buttons dynamically

I'm doing a screen where I register some users. On this screen, I have a ScrollView with a Gridlayout inside, with 2 columns. Each column has 1 button, which when clicked, opens a link in the case of Youtube. <ScrollView a...
asked by 17.02.2017 / 14:53
1
answer

By divs next to bootstrap

I have 5 divs, I want them aligned on the same line ... However the div div is not aligned ... <section class="content"> <div class="row"> <div class=" col-xs-2 "> <a href="#" class="thumbnail"> <...
asked by 04.12.2018 / 03:49
1
answer

How to calculate columns equal to the Skeleton

The .col-md-1 is calculated as: 100/12 = 8.3333...3 in Skeleton was calculated in another way that returned the following result: .one.column, .one.columns { width: 4.66666666667%; } What logic did the developer use? What...
asked by 22.08.2016 / 21:03
1
answer

Hexagonal Matrix in Python

I would like to know how I could return the numbers of a vector of vectors (array) within a specific R (radius) using Python. Based on this image: Followingthevectorused:mapa=[[0.0,0.1,0.2,0.3,0.4,0.5,0.6],[1.0,1.1,1.2,1.3,1.4,1.5,1.6],[2...
asked by 29.05.2018 / 19:52
1
answer

How to format the Date in GridView Asp.net C #

In ASP.NET C #, How do I convert a date in the gridview from the database to the dd/mm/yyyy format? Currently it stays as 18/05/2015 00:00:00 . The column type is BoundField. I already tried with string.Format and DataF...
asked by 18.05.2015 / 21:01
0
answers

How to implement a mansory grid and Infinite scroll together?

I'm developing a Pinterest style website but I'm not able to put these two features together. To do the infinite scroll, I used jQuery with AJAX to pull the database posts and append them to the body. I basically copied this formula here: li...
asked by 18.09.2018 / 22:06
3
answers

Bootstrap Grid does not work!

I am developing a website and the grid bootstrap is not working ... the MD and SM are working properly, but when I test the responsiveness of the site XL does not work .. the images are one below the other instead of staying two per line. &l...
asked by 16.01.2018 / 14:05