init
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -102,7 +102,7 @@ | ... | @@ -102,7 +102,7 @@ |
| 102 | ] | 102 | ] |
| 103 | }); | 103 | }); |
| 104 | 104 | ||
| 105 | $.fn.dataTableExt.afnFiltering.push( | 105 | /*$.fn.dataTableExt.afnFiltering.push( |
| 106 | function (oSettings, aData, iDataIndex) { | 106 | function (oSettings, aData, iDataIndex) { |
| 107 | var min = document.getElementById('min').value; | 107 | var min = document.getElementById('min').value; |
| 108 | var max = document.getElementById('max').value; | 108 | var max = document.getElementById('max').value; |
| ... | @@ -134,7 +134,7 @@ | ... | @@ -134,7 +134,7 @@ |
| 134 | 134 | ||
| 135 | function resetHandler() { | 135 | function resetHandler() { |
| 136 | $('#table').DataTable().columns().search("").draw(); | 136 | $('#table').DataTable().columns().search("").draw(); |
| 137 | } | 137 | }*/ |
| 138 | </script> | 138 | </script> |
| 139 | </body> | 139 | </body> |
| 140 | <html> | 140 | <html> | ... | ... |
-
Please register or sign in to post a comment