Author Topic: Checkboxes are not visible but selection is working  (Read 1663 times)

anshul.bisht

  • Newbie
  • *
  • Posts: 1
    • View Profile
Checkboxes are not visible but selection is working
« on: December 24, 2019, 11:11:04 am »
Hey,
ParamQuery grid suits very well to our web application. I am testing some of our features with the grid having multiple selection checboxes. The issue is that the grid is appearing with dynamic values (refreshing the data view is working), multiple rows selection using checkboxes is working but the checkboxes are not appearing.
I am using firefox for development and followed the steps described in https://paramquery.com/tutorial#topic-include.

I have attached the output screenshot. First grid is the one I am trying to test and the second one is the same as given in https://paramquery.com/demos/selection_checkbox. In both cases, the checkboxes are not appearing but rows can be selected by clicking on the checkbox area.

The order of css and js files I am using -

<head>
<link href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/themes/base/jquery-ui.min.css" rel="stylesheet" type="text/css">

<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/pqGrid/2.4.1/pqgrid.min.css">
</head>
...
<body>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/pqGrid/2.4.1/pqgrid.min.js" type="text/javascript"></script>
</body>

Please help. It is quite urgent.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Checkboxes are not visible but selection is working
« Reply #1 on: December 25, 2019, 02:22:54 pm »
Please share a jsfiddle