var itemsTable = 'itemsTable'; var items = new Array(); var displayArray = new Array(); var searchedProducts = new Array(); var ajax_url = "index.php?module=EcmStockDocCorrects&action=javahelper&to_pdf=1"; function FillTable(data, allReadOnly) { html = ''; // loop throw data rows $ .each( data, function(row_index, row) { html += ''; // and insert columns $ .each( columns, function(col_index, column) { // row must have code and name if (!row.product_code || row.product_code == '' || !row.name || row.name == '') return; // return in each = // continue in php for // loop // special types if (column.name == 'number') { html += ''; } else if (column.name == 'name') { html += '