| Destination | Dial Pattern | Call Rates [per/min/US$] |
|---|---|---|
| Destination | Dial Pattern | Call Rates [per/min/US$] |
The Javascript shown below is used to initialise the table shown in this example:
$(document).ready(function() {
$('#example').DataTable( {
"processing": true,
"serverSide": true,
"ajax": "../server_side/scripts/server_processing.php"
} );
} );
In addition to the above code, the following Javascript library files are loaded for use in this example: