Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Commit

Permalink
Issue #16
Browse files Browse the repository at this point in the history
Data tables looks great
  • Loading branch information
jmohler1970 committed Aug 29, 2015
1 parent 9b7945f commit c1486c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion layouts/head.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,19 @@
<link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.0/css/select2.min.css" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/awesome-bootstrap-checkbox/0.3.4/awesome-bootstrap-checkbox.css" rel="stylesheet">
<link href="https://cdn.datatables.net/1.10.8/css/jquery.dataTables.min.css" rel="stylesheet">
<link href="https://cdn.datatables.net/1.10.8/css/dataTables.bootstrap.min.css" rel="stylesheet">


<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.0/js/select2.min.js"></script>
<script src="https://cdn.datatables.net/1.10.8/js/jquery.dataTables.min.js"></script>


<script src="https://cdn.datatables.net/1.10.8/js/dataTables.bootstrap.min.js"></script>



<style type="text/css">
h1,h2 {
Expand Down
1 change: 1 addition & 0 deletions views/tables.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ DataTables is a plug-in for the jQuery Javascript library. It is a highly flexib

<h3>cfdump of content</h3>


<cfdump var="#rc.qryData#" expand="no">


0 comments on commit c1486c1

Please sign in to comment.