(row2)
| 3394 | tdwidths[i] = cell_width; |
| 3395 | } |
| 3396 | function getCellHeight(row2) { |
| 3397 | var h = scheduler2._colsS.height; |
| 3398 | if (scheduler2._colsS.heights[row2 + 1] !== void 0) { |
| 3399 | h = scheduler2._colsS.heights[row2 + 1] - (scheduler2._colsS.heights[row2] || 0); |
| 3400 | } |
| 3401 | return h; |
| 3402 | } |
| 3403 | var cellheight = 0; |
| 3404 | const table = document.createElement("div"); |
| 3405 | table.classList.add("dhx_cal_month_table"); |