Uncaught TypeError: Cannot read property 'length' of undefined
in the file f2c_lists.js in function:
function addDbLookupkMultiRow(tableId, rowId)
{
var ddl = $(tableId+'_lookup');
var table = $("#" + tableId);
console.log(table);
var index = table.rows.length - 1; /* HERE IS THE ERROR */
Please help me understand what is wrong
Extension version 6.13.0
Mikhal Zoupas