(i < index)
| 187 | |
| 188 | for(let i = 0; i < dateCount + index; i ++){ |
| 189 | if (i < index) { |
| 190 | matrixNodes[0].push(<td key={`canlender-col-${i}`}></td>); |
| 191 | } else { |
| 192 | const _index = i - index + 1; |
| 193 | const row = Math.floor(i / 7); |
| 194 | const itemDateStr = obj2DateStr(year, month, _index); |