global

def cell_position(cell)

def cell_position(cell)
  cell.preceding_sibling(:td).count.plus(1)
end