summaryrefslogtreecommitdiffstats
path: root/examples/example-checkbox-row-select.html
diff options
context:
space:
mode:
authormleibman <michael.leibman@gmail.com>2010-12-17 22:18:33 -0800
committermleibman <michael.leibman@gmail.com>2010-12-17 22:18:33 -0800
commitaef2ee2cda172d134f8359d6b6780b6791a5f077 (patch)
tree54f5ab19687bab25ebbd10d1a06baeee47450f57 /examples/example-checkbox-row-select.html
parentad76e92c9ba8afcb01563837223bb790a86cf66b (diff)
downloadSlickGrid-aef2ee2cda172d134f8359d6b6780b6791a5f077.zip
SlickGrid-aef2ee2cda172d134f8359d6b6780b6791a5f077.tar.gz
SlickGrid-aef2ee2cda172d134f8359d6b6780b6791a5f077.tar.bz2
Changed the grid to read the dimensions from the computed style instead of actual elements. This fixes the issues displaying the grid in an initially hidden container.
Diffstat (limited to 'examples/example-checkbox-row-select.html')
-rw-r--r--examples/example-checkbox-row-select.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/example-checkbox-row-select.html b/examples/example-checkbox-row-select.html
index 9ce8132..b16a04f 100644
--- a/examples/example-checkbox-row-select.html
+++ b/examples/example-checkbox-row-select.html
@@ -30,6 +30,7 @@
<script src="../lib/jquery-1.4.3.min.js"></script>
<script src="../lib/jquery-ui-1.8.5.custom.min.js"></script>
<script src="../lib/jquery.event.drag-2.0.min.js"></script>
+<script src="../lib/jquery.curstyles.min.js"></script>
<script src="../slick.core.js"></script>
<script src="../plugins/slick.checkboxselectcolumn.js"></script>