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

Function cleanSelectedValues

libs/datatables-binding-0.18/datatables.js:895–899  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

893 }
894
895 var cleanSelectedValues = function() {
896 changeInput('rows_selected', []);
897 changeInput('columns_selected', []);
898 changeInput('cells_selected', transposeArray2D([]), 'shiny.matrix');
899 }
900 // #828 we should clean the selection on the server-side when the table reloads
901 cleanSelectedValues();
902

Callers 1

datatables.jsFile · 0.85

Calls 2

changeInputFunction · 0.85
transposeArray2DFunction · 0.85

Tested by

no test coverage detected