We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6cba7 commit 7f0b873Copy full SHA for 7f0b873
doc/_static/js/datatable.js
@@ -0,0 +1,4 @@
1
+$(document).ready( function () {
2
+ $('table.datatable').DataTable();
3
+ $('a.external').attr('target', '_blank');
4
+} );
0 commit comments