Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoogleTrends/data
/ renderTable
Function
renderTable
Pikaday/pikaday.js:380–383 ·
view source on GitHub ↗
(opts, data)
Source
from the content-addressed store, hash-verified
378
},
379
380
renderTable =
function
(opts, data)
381
{
382
return
'<table cellpadding="0" cellspacing="0" class="pika-table">'
+ renderHead(opts) + renderBody(data) +
'</table>'
;
383
},
384
385
386
/**
Callers
1
pikaday.js
File · 0.85
Calls
2
renderHead
Function · 0.85
renderBody
Function · 0.85
Tested by
no test coverage detected