Search code examples
jquerycssjquery-bootgrid

Using jQuery Bootgrid without Bootstrap


I have found this plugin to be easy-to-use with Bootstrap, having a lot of functions as well. In my latest project, I am no longer using Bootstrap, but would like still like to use jQuery Bootgrid.

This should be possible as per the GitHub page (Getting strarted), but I'm not getting it to work. Am I supposed to look at the classes it uses and implement my own CSS or can I use it more independently?


Solution

  • DatBassie:

    jQuery Bootgrid is designed to work with Boostrap. Responsiveness is the major reason.

    If you are looking for a non-responsive solution, you can try different options like https://www.datatables.net (there is a responsive feature now if you like).

    Everything depends on what you are looking for. You can use Bootgrid without using all Bootstrap classes, but some functionalities and look can be lost if you do it..