content
ObjectData content for this row. Since this class extends Ember.ObjectProxy,
all properties are forwarded to the content. This means that instead of
row.content.foo you can just do row.foo. Please note that methods are
not forwarded. You will not be able to do row.save(), instead, you would have
to do row.content.save().