gonito/templates/annotation-task-results.julius
2020-07-11 15:42:26 +02:00

12 lines
216 B
Plaintext

$(document).ready(function() {
$("table").DataTable({
'pageLength': 50,
'dom': 'Bfrtlip',
'buttons': [
'copy',
'csv',
'excel'
]
})
});