gonito/templates/annotation-task-results.julius

12 lines
216 B
Plaintext
Raw Normal View History

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