Archived
1
0
Fork 0
This repository has been archived on 2023-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
ts3web/public/theme/bootstrap4/js/custom.js

9 lines
221 B
JavaScript
Raw Normal View History

$(document).ready(function () {
$('#table').DataTable({
"language": {
"url": "/theme/bootstrap4/DataTables/en_dataTable.json"
},
2020-03-22 12:41:45 +00:00
"paging": false,
"aaSorting": []
});
});