I'm fairly new to panels. Prior to panels, I did most of my structure via editing node.tpl files.

As of now, I'm trying to figure out how to render content fields in an HTML table (since it's supposed to be tabular data) using panels. Does anyone have any suggestions?

Comments

Hi sraborg Would it make

Hi sraborg

Would it make sense to output this data using Views first, and then add it to Panels?

Unfortunately, I can't see

Unfortunately, I can't see how views would work here. Let me describe the situation better using an example.

I have a content type called customer and it has several "related" fields:

  • Service A
  • Service A - Enrollment Period
  • Service A - etc.
  • Service B
  • Service B - Enrollment Period
  • Service B - etc.
  • Service C...

If I were to attach a view to a customer page, I could have it display all of these options in a table on the page; however, they would all be in one row. I'd like to have the "Service A" and "Service B" and so and so forth in different rows.

I hope I didn't confuse anyone with this example

Can I create a custom pane,

Can I create a custom pane, set it to render PHP. Then use Drupal's theme table functions?

nobody click here