(thiz)
| 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'}); |
no test coverage detected