June 2017
Beginner to intermediate
338 pages
9h 2m
English
To integrate this plugin with Bootstrap was really easy. We simply had to give our table element an id attribute with the grid-basic value.
Then, all we had to do to make it work was to run the following code:
$("#grid-basic").bootgrid();
What this code does is look for the HTML element that has the grid-basic ID on our web page and then runs the jQuery bootgrid() method on it. The dynamics of how this works behind the scenes are discussed in Chapter 7, Make Your Own jQuery Plugins in Bootstrap 4.
Read now
Unlock full access