I'm trying to create a dynamic array-based header that the function receives, the structure I tried, and did not work, is as follows:
function createDynamicHeader(columns) {
var table = document.querySelector('#table_teste');...
asked by
21.10.2018 / 00:59