MCPcopy Create free account
hub / github.com/OpenIntroStat/ims / cellInfo

Function cellInfo

libs/datatables-binding-0.18/datatables.js:1281–1285  ·  view source on GitHub ↗
(thiz)

Source from the content-addressed store, hash-verified

1279 updateSearchInfo();
1280
1281 var cellInfo = function(thiz) {
1282 var info = tweakCellIndex(table.cell(thiz));
1283 info.value = table.cell(thiz).data();
1284 return info;
1285 }
1286 // the current cell clicked on
1287 table.on('click.dt', 'tbody td', function() {
1288 changeInput('cell_clicked', cellInfo(this), null, null, {priority: 'event'});

Callers 1

datatables.jsFile · 0.85

Calls 1

tweakCellIndexFunction · 0.85

Tested by

no test coverage detected