MCPcopy
hub / github.com/webpack/webpack / onReloadTable

Function onReloadTable

test/configCases/inner-graph/issue-11678/module.js:147–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145let prevRows = null;
146let triggerSelectionChangeEvent = true;
147async function onReloadTable() {
148 await _updateTableContent();
149}
150async function onExport() {
151 await _tableObject.toExcel();
152}

Callers 3

_createToolbarTableFunction · 0.85
_showTableInTableFunction · 0.85
moveTableRowFunction · 0.85

Calls 1

_updateTableContentFunction · 0.85

Tested by

no test coverage detected