add sitemap
[dcaas.git] / table.php
blob:a/table.php -> blob:b/table.php
--- a/table.php
+++ b/table.php
@@ -32,7 +32,10 @@
 
 
     <table id="my-table">
-                 <thead><th>acnabn</th><th>service_name</th></thead>
+        <thead>
+        <th>acnabn</th>
+        <th>service_name</th>
+        </thead>
     </table>
 </div>
 
@@ -53,34 +56,34 @@
         }
     });
 
-   /* $('#search-example').dynatable({
-        features: {
-            paginate: false,
-            recordCount: false,
-            sorting: false
-        },
-        inputs: {
-            queries: $('#search-year')
-        }
-    });
+    /* $('#search-example').dynatable({
+     features: {
+     paginate: false,
+     recordCount: false,
+     sorting: false
+     },
+     inputs: {
+     queries: $('#search-year')
+     }
+     });
 
-    $('#search-function-example')
-        .bind('dynatable:init', function (e, dynatable) {
-            dynatable.queries.functions['max-price'] = function (record, queryValue) {
-                return parseFloat(record.price.replace(/,/, '')) <= parseFloat(queryValue);
-            };
-        })
-        .dynatable({
-            features: {
-                paginate: false,
-                recordCount: false,
-                sorting: false,
-                search: false
-            },
-            inputs: {
-                queries: $('#max-price')
-            }
-        }); */
+     $('#search-function-example')
+     .bind('dynatable:init', function (e, dynatable) {
+     dynatable.queries.functions['max-price'] = function (record, queryValue) {
+     return parseFloat(record.price.replace(/,/, '')) <= parseFloat(queryValue);
+     };
+     })
+     .dynatable({
+     features: {
+     paginate: false,
+     recordCount: false,
+     sorting: false,
+     search: false
+     },
+     inputs: {
+     queries: $('#max-price')
+     }
+     }); */
 
 </script>