There is no such functionality, but I do not think it would be difficult to create your own subclass AdminInline (and the template accompanying it) that would do this. Just simulate it using TabularInline, but display the field data directly instead of rendering the form fields.
source share