Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenIntroStat/ims
/ serverRowIndex
Function
serverRowIndex
libs/datatables-binding-0.18/datatables.js:976–978 ·
view source on GitHub ↗
(clientRowIndex)
Source
from the content-addressed store, hash-verified
974
}
975
976
var
serverRowIndex =
function
(clientRowIndex) {
977
return
server ? DT_rows_current[clientRowIndex] : clientRowIndex + 1;
978
}
979
980
// row, column, or cell selection
981
var
lastClickedRow;
Callers
1
datatables.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected