Reputation: 11
Does anyone know if jqgrid will integrate with the officially released version of Bootstrap 4?
Upvotes: 0
Views: 5497
Reputation: 221997
The current code of free jqGrid on GitHub supports released version of Bootstrap4. One need just use guiStyle: "bootstrap4"
instead of guiStyle: "bootstrap4"
(see here). Additionally, one should don't forget to use full jQuery, like jquery-3.2.1.min.js
, instead of slim version (jquery-3.2.1.slim.min.js
).
Upvotes: 1