How can I make the bootstrap columns matchheihts without puting rows in every 3 columns, these columns are from the database that I php foreach so I cannot put row.
I used matchHeight but not working, is there any other alternative way?
$(function() {
$('.item').matchHeight(options);
byRow: byRow
});
<script src="<?=base_url();?>assets/matcheight/jquery.matchHeight.js"
type="text/javascript"></script>