ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: queensgambit9 on January 16, 2018, 01:27:40 pm
-
Can't get bootstrap theme to work...
<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?
-
Bootstrap theme needs to be included from themes folder.
https://plnkr.co/edit/zo6TdOvweAFvWM5JLasV?p=preview
-
Hmm..so both are used?
<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>
-
bootstrap is optional and not required.