Difference between revisions of "Test"

From A.P.E.S. wiki
Jump to navigation Jump to search
(Replaced content with " data-column-defs='[{"targets": [0], "className": "JSobject"},{"targets": [1], "className": "data-attr"},{"targets": [3], "visible": false, "searchable": false }]' data-or...")
Tag: Replaced
Line 1: Line 1:
 +
<html>
 +
  <head>
 +
    <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.12.1/css/jquery.dataTables.css">
 +
    <script type="text/javascript" charset="utf8" src="https://cdn.datatables.net/1.12.1/js/jquery.dataTables.js"></script>
 +
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
  
data-column-defs='[{"targets": [0], "className": "JSobject"},{"targets": [1], "className": "data-attr"},{"targets": [3], "visible": false, "searchable": false }]' data-order='[[3, "asc"],[0, "asc"]]' data-row-group='{ "dataSrc": 3 }'
+
    <style>
 +
    </style>
 +
  </head>
 +
  <body>
 +
 
 +
    <script>
 +
      $(document).ready( function () {
 +
      $('#myTable').DataTable();
 +
      } );
 +
    </script>
 +
  </body>
 +
</html>

Revision as of 05:21, 29 September 2022