Files
headphones/data/js/script.js
2011-08-05 00:22:30 -07:00

12 lines
246 B
JavaScript
Executable File

$(document).ready(function()
{
$('#artist_table').dataTable(
{
"aoColumnDefs": [
{ "bSOtrable": false, "aTargets": [ 1 ] } ],
"bStateSave": true,
"iDisplayLength": 50,
"sPaginationType": "full_numbers",
});
});