fixed it. Thanks.
fixed it. Thanks.
I downloaded table editor this morning. I have been trying to get it working all day. The .js seems to be working fine. The CSS is not. I have moved the link and script files all over the place. I am working on an apache server. I beginning to think it has something to do with the file structure. I placed the DateTables folder from the zip file in the root.
This is in the head.
<script type="text/javascript" src="../DataTables/jQuery-2.2.4/jquery-2.2.4.min.js"></script>
<script type="text/javascript" src="../js/bootstrap.min.js"></script>
<script type="text/javascript" src="../DataTables/datatables.min.js"></script>
<link rel="stylesheet" type="text/css" href="../DataTables/datatables.min.css"/>
<link href="../css/bootstrap.min.css" rel="stylesheet" type="text/css">
This is script
<script>
$(document).ready( function () {
$('#prtable').DataTable();
} );
</script>
This is the table tag
<table id="prtable" class="display-stripe" cellspacing="0" width="10
The table has sorting, searching capability which seems fine. Just no CSS
The DataTable folder from the zip file has datatables.css in the root, which is the one I am using.
Any Help would be appreceiated.
Thanks, Wiley
Answers
s