Skip to content
Snippets Groups Projects
Select Git revision
  • 372f69853c05c3e0d40bccf506e599f57072ea2a
  • zig default
  • master
  • zig-threaded
  • openat
  • chdir
  • clear
  • compll
  • v1.18.1
  • v2.2.2
  • v1.18
  • v2.2.1
  • v2.2
  • v1.17
  • v2.1.2
  • v2.1.1
  • v2.1
  • v2.0.1
  • v2.0
  • v2.0-beta3
  • v2.0-beta2
  • v2.0-beta1
  • v1.16
  • v1.15.1
  • v1.15
  • v1.14.2
  • v1.14.1
  • v1.14
28 results

calc.c

Blame
  • table_TopSources.html 970 B
    <html>
    <head>
    <style type="text/css" title="currentStyle">
    @import "datatables/media/css/demo_table.css";
    </style>
    <script type="text/javascript" language="javascript" src="datatables/media/js/jquery.js"></script>
    <script type="text/javascript" language="javascript" src="datatables/media/js/jquery.dataTables.js"></script>
    <script type="text/javascript" charset="utf-8">
    $(document).ready(function() {
        var oTable = $('#example').dataTable( {
            "bFilter": true,
    	"iDisplayLength": 20,
            "aaSorting": [],
            "sAjaxSource": "table_TopSources.php",
            "aoColumns": [
                { "mDataProp": "source" },
                { "mDataProp": "events" },
                { "mDataProp": "totalScale" }
            ]
        } );
    } );
    
    </script>
    </head>
    <body>
    <h2>TopSources</h2>
    <table cellpadding="0" cellspacing="0" border="0" class="display" id="example" width="100%">
    <thead>
    	<th>source</th>
    	<th>events</th>
    	<th>totalScale</th>
    </thead>
    </table>
    </body>
    </html>