ryan-tm
Results
1
comments of
ryan-tm
I fixed this issue by surrounding line 500 with the following if statement: > if(data[row][1] == data[row-1][1] || data[row][1] == null) { > data[row][column] = data[row-1][column]; > } Basically I'm...