Is the container parameter required when initializing dhtmlx spreadsheet? Can’t you initialize it to null or “”?
sample 1: const spreadsheet = new dhx.SpreadSheet(“”, {});
sample 2: const spreadsheet = new dhx.SpreadSheet(null, {});
Because I have to use the spreadsheet dynamically.