rstaib / jquery-bootgrid

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

Basic Grid - ColumnSelection/DisplayMore not working #306

Closed surgiie closed 8 years ago

surgiie commented 8 years ago

Im using the basic bootgrid $("#grid-basic").bootgrid();

And everything works out the box except the show dropdown to display more or less rows at a time and the column selection drop down next to it. The grid loads properly and i have a default of 10 rows with pagination working, but when i click o the dropdown with the default 10 to show more nothing happens as if the event isnt being triggered. I dont have any console or debugger errors so im not sure?

Are these options that have to be added or perhaps its a bug on my end?

surgiie commented 8 years ago

I was able to get it working by reading Issue #134. You need to have bootstrap.js linked which i did not.