0

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.

Petar Minchev
  • 46,889
  • 11
  • 103
  • 119
user1678271
  • 15
  • 2
  • 6

1 Answers1

0

Are you looking for something like this Simplest Case, No columns?

Ketan
  • 982
  • 1
  • 8
  • 16