Hi,
Am using below scipts.
<script type=”text/javascript” src=”js/jquery-1.11.1.min.js”></script>
<script type=”text/javascript” src=”js/jqxcore.js”></script>
<script type=”text/javascript” src=”js/jqxdata.js”></script>
<script type=”text/javascript” src=”js/jqxbuttons.js”></script>
<script type=”text/javascript” src=”js/jqxscrollbar.js”></script>
<script type=”text/javascript” src=”js/jqxmenu.js”></script>
<script type=”text/javascript” src=”js/jqxdatatable.js”></script>
<script type=”text/javascript” src=”js/jqxtabs.js”></script>
<script type=”text/javascript” src=”js/jqxlistbox.js”></script>
<script type=”text/javascript” src=”js/jqxdropdownlist.js”></script>
<script type=”text/javascript” src=”js/jqxpanel.js”></script>
<script type=”text/javascript” src=”js/jqxradiobutton.js”></script>
<script type=”text/javascript” src=”js/jqxinput.js”></script>
I mapped properly for the images folder too. But still i don see any grid created for the below example. I’m just copy/pasting the code and changing the script paths.
I’m trying this grid jqxdataTable -> Rows -> Row Details.
I copy pasted the code in jsfiddle. it works thr. but when i try in my system it doesn’t. i use dreamweaver.
the jqxTable creation is not happening. can upls help ASAP