if count < dataLen:
                    cell.setText(data[count])
                else:
                    cell.clear()