ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: queensgambit9 on January 16, 2018, 01:27:40 pm

Title: Bootstrap theme
Post by: queensgambit9 on January 16, 2018, 01:27:40 pm
Can't get bootstrap theme to work...

Code: [Select]
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>

<link rel="stylesheet" href="paramquery-5.1.0/pqgrid.min.css">
<link rel="stylesheet" href="paramquery-5.1.0/pqgrid.ui.min.css">

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootswatch/4.0.0-beta.3/cerulean/bootstrap.min.css">

<script src="paramquery-5.1.0/pqgrid.min.js"></script>

What am I missing?
Title: Re: Bootstrap theme
Post by: paramvir on January 16, 2018, 03:29:18 pm
Bootstrap theme needs to be included from themes folder.

https://plnkr.co/edit/zo6TdOvweAFvWM5JLasV?p=preview
Title: Re: Bootstrap theme
Post by: queensgambit9 on January 16, 2018, 05:44:13 pm
Hmm..so both are used?

Code: [Select]
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>

<link rel="stylesheet" href="paramquery-5.1.0/pqgrid.min.css">
<link rel="stylesheet" href="paramquery-5.1.0/pqgrid.ui.min.css">

<link rel="stylesheet" href="paramquery-5.1.0/themes/bootstrap/pqgrid.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootswatch/4.0.0-beta.3/cerulean/bootstrap.min.css">

<script src="paramquery-5.1.0/pqgrid.min.js"></script>
Title: Re: Bootstrap theme
Post by: paramvir on January 17, 2018, 12:31:00 pm
bootstrap is optional and not required.