My issue is that i want to display data in a block format using the bootstrap 3 grid system however i dont want the annoying whitespace gaps that happen from the height bein
In Bootstrap 4 you can use .card-columns, see here: https://v4-alpha.getbootstrap.com/components/card/
.card-columns
Though I would recommend using isotope as JS offers more control and better compatibility than CSS.