About used class "bootstrap cards" to show records

Wish to see a specific feature/change in future releases? Feel free to post it here, and if it gets enough "likes", we'd definitely include it in future releases!
Post Reply
Leving Tinoco
Posts: 12
Joined: 2018-01-04 18:39
Location: Canada

About used class "bootstrap cards" to show records

Post by Leving Tinoco » 2019-03-13 02:41

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.

User avatar
a.gneady
Site Admin
Posts: 1281
Joined: 2012-09-27 14:46
Contact:

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

Post by a.gneady » 2019-03-20 12:28

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 :)
:idea: AppGini plugins to add more power to your apps:
  • DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
  • Mass Update plugin: Update multiple records at once and improve your workflow efficiency.
  • Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.

Post Reply