Page 1 of 1

About used class "bootstrap cards" to show records

Posted: 2019-03-13 02:41
by Leving Tinoco
it would be fantastic if I had a template on "table view" template using "bootstrap cards" class, like

<div class="card mb-4">

<!--Card image-->
<div class="view overlay">
<img class="card-img-top" src="https://16.jpg" alt="Card image cap">
<a href="#!">
<div class="mask rgba-white-slight"></div>
</a>
</div>

<!--Card content-->
<div class="card-body">

<!--Title-->
<h4 class="card-title">Card title</h4>
<!--Text-->
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<!-- Provides extra visual weight and identifies the primary action in a set of buttons -->
<button type="button" class="btn btn-light-blue btn-md">Read more</button>

</div>

</div>
<!-- Card -->

Similar an amazon view for items.

Re: About used class "bootstrap cards" to show records

Posted: 2019-03-20 12:28
by a.gneady
Bootstrap cards are implemented in Bootstrap 4, and AppGini is currently using Bootstrap 3.3. We haven't considered upgrading to 4 as it's not backward compatible and we don't see justifiable benefits of the upgrade ... However, cards can be implemented with the Bootstrap 3 using panels.We'll consider adding a similar table view template in future releases. Thanks for sharing your feedback :)