Skip to content

Commit 7f0b873

Browse files
committed
docs: add static datatable.js file
1 parent 3c6cba7 commit 7f0b873

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/_static/js/datatable.js

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
$(document).ready( function () {
2+
$('table.datatable').DataTable();
3+
$('a.external').attr('target', '_blank');
4+
} );

0 commit comments

Comments
 (0)