Add export to CSV option in annotation results
This commit is contained in:
parent
2847a3bc52
commit
8bcb8b6992
11
templates/annotation-task-results.julius
Normal file
11
templates/annotation-task-results.julius
Normal file
@ -0,0 +1,11 @@
|
||||
$(document).ready(function() {
|
||||
$("table").DataTable({
|
||||
'pageLength': 50,
|
||||
'dom': 'Bfrtlip',
|
||||
'buttons': [
|
||||
'copy',
|
||||
'csv',
|
||||
'excel'
|
||||
]
|
||||
})
|
||||
});
|
Loading…
Reference in New Issue
Block a user