rstaib / jquery-bootgrid

Nice, sleek and intuitive. A grid control especially designed for bootstrap.
http://www.jquery-bootgrid.com
MIT License
973 stars 364 forks source link

Jquery bootgrid with bootstrap 4 #397

Closed DalamarX closed 6 years ago

DalamarX commented 6 years ago

Using bootstrap 3.3.7 I think it was, the bootgrid looks and works properly. Moving up to the latest bootstrap 4.1.1, and everything looks off. Am I missing something obvious?

ArneRiseth commented 6 years ago

Not sure if this is of any help but..

There are changes in Bootstrap 4, like

More general info on migrating to bootstrap 4 here : https://getbootstrap.com/docs/4.0/migration/

DalamarX commented 6 years ago

Thanks so much for the reply. It helped with most of the issues I was seeing. The rest were related to me not having popper.js included for the dropdown items to work.