⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Multi column read view



Originalmmd
  • profile picture
  • Member

Posted 25 March 2014 - 13:30 PM

Hi All

 

I'm trying to render the read view to display the data in columns instead of just one long list. 

 

I would like to display it as:

Field_1    Field_2    Field_3    
Field_4    Field_5    Field_6

I have records with multiple value, value, date | value, value, date groups.

Any ideas or am I approaching this wrong?

 

Thanks in advance for the help.


Amit Shah
  • profile picture
  • Member

Posted 25 March 2014 - 14:14 PM

Hi there,

 

Frankly first of all, if you see the code.. everything is CSS driven. If you want, you can change the CSS to make it look the way you desire it. This will be in case you want to get it done across all the views..!! Else a simple solution will be to override the view functionality by providing your own view (through unset view and add action)