MCPcopy 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.jsFile · 0.85

Calls 2

renderHeadFunction · 0.85
renderBodyFunction · 0.85

Tested by

no test coverage detected