Reader small image

You're reading from  Bootstrap 4 Cookbook

Product typeBook
Published inJun 2017
Reading LevelBeginner
PublisherPackt
ISBN-139781785889295
Edition1st Edition
Languages
Right arrow
Author (1)
Ajdin Imsirovic
Ajdin Imsirovic
author image
Ajdin Imsirovic

Ajdin Imsirovic is a full-stack web developer who has published several courses on the subject of web design and web development. He has also authored three books, Bootstrap 4 Cookbook, Elm Web Development, and Vue.js Quick Start Guide. In his fourth book, Vue CLI 3 Quick Start Guide, he introduces readers to the rich ecosystem of frontend tooling and best practices.
Read more about Ajdin Imsirovic

Right arrow

Converting plain tables into sophisticated data tables with Bootgrid


In this chapter, we will significantly improve our tables using the jQuery Bootgrid plugin. The official website of this plugin can be found at http://www.jquery-bootgrid.com/GettingStarted. The repository is available at the GitHub page at https://github.com/rstaib/jquery-bootgrid.

To use the plugin, inspect the files available via CDNJS on https://cdnjs.com/libraries/jquery-bootgrid.

Getting ready

Before we start with the recipe, it could be useful to see the completed example of what happens to a plain table once it gets improved with the use of the Bootgrid plugin. Point your browser to http://www.jquery-bootgrid.com/Examples. Locate the Basic Example heading, and click on the Prettify Table button. This will turn the plugin on and improve the example table on the page, giving it several filters and a search feature, as well as the option of choosing the number of rows visible and a pagination at the bottom of the table...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Bootstrap 4 Cookbook
Published in: Jun 2017Publisher: PacktISBN-13: 9781785889295

Author (1)

author image
Ajdin Imsirovic

Ajdin Imsirovic is a full-stack web developer who has published several courses on the subject of web design and web development. He has also authored three books, Bootstrap 4 Cookbook, Elm Web Development, and Vue.js Quick Start Guide. In his fourth book, Vue CLI 3 Quick Start Guide, he introduces readers to the rich ecosystem of frontend tooling and best practices.
Read more about Ajdin Imsirovic