method prepend_data = fun data ->
    let iter = self#prepend () in
      self#set_data data ~row:iter;
      iter