|
Lines 120-126
Link Here
|
| 120 |
[% MACRO jsinclude BLOCK %] |
120 |
[% MACRO jsinclude BLOCK %] |
| 121 |
[% INCLUDE 'datatables.inc' %] |
121 |
[% INCLUDE 'datatables.inc' %] |
| 122 |
[% Asset.js('lib/jquery/plugins/jquery.dataTables.columnFilter.js') | $raw %] |
122 |
[% Asset.js('lib/jquery/plugins/jquery.dataTables.columnFilter.js') | $raw %] |
| 123 |
<script type="text/javascript"> |
123 |
<script> |
| 124 |
$(document).ready(function() { |
124 |
$(document).ready(function() { |
| 125 |
var options = { |
125 |
var options = { |
| 126 |
"paging": false, |
126 |
"paging": false, |
| 127 |
- |
|
|