diff options
Diffstat (limited to 'docs/_static/js/tables.js')
-rw-r--r-- | docs/_static/js/tables.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_static/js/tables.js b/docs/_static/js/tables.js new file mode 100644 index 00000000..6a0c4b30 --- /dev/null +++ b/docs/_static/js/tables.js @@ -0,0 +1,4 @@ +$(document).ready(function() { + $('#table-cfgcmd').DataTable(); + $('#table-opcmd').DataTable(); +} );
\ No newline at end of file |