Let's say you don't know the column names in this one table but want to display all the columns & values in there. Is there a way to use display tag without specifing property names?
<display:column property="column_name" title="Column Name"/>
I usually do this way, but this requires the property name.