MCPcopy Create free account
hub / github.com/Rello/analytics / addRow

Function addRow

js/filter.js:247–252  ·  view source on GitHub ↗
(dimension = '', option = '', value = '')

Source from the content-addressed store, hash-verified

245 };
246
247 const addRow = function (dimension = '', option = '', value = '') {
248 const rowTemplate = document.getElementById('templateFilterDialogRow').content;
249 const newRow = document.importNode(rowTemplate, true).firstElementChild;
250 table.appendChild(newRow);
251 initRow(newRow, dimension, option, value);
252 };
253
254 // initialize first row
255 const firstRow = table.querySelector('.filterRow');

Callers 1

filter.jsFile · 0.70

Calls 1

initRowFunction · 0.85

Tested by

no test coverage detected