Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenIntroStat/ims
/ transposeArray2D
Function
transposeArray2D
libs/datatables-binding-0.18/datatables.js:70–72 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
68
window.DTWidget = DTWidget;
69
70
var
transposeArray2D =
function
(a) {
71
return
a.length === 0 ? a : HTMLWidgets.transposeArray2D(a);
72
};
73
74
var
crosstalkPluginsInstalled = false;
75
Callers
3
datatables.js
File · 0.85
cleanSelectedValues
Function · 0.85
updateCellsSelected
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected