Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OWASP/Python-Honeypot
/ clear_table
Function
clear_table
web/static/js/explore.js:36–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
35
// Delete datatable
36
function
clear_table() {
37
if
($.fn.dataTable.isDataTable(
"#datatable"
)) {
38
$(
"#datatable"
).DataTable().clear().destroy();
39
$(
"#datatable"
).empty();
40
}
41
}
42
43
44
/**
Callers
1
load_data
Function · 0.85
Calls
1
$
Function · 0.70
Tested by
no test coverage detected