• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

align data with two dataTables

 
Ranch Hand
Posts: 1090
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Pls help if someone has worked on multiple dataTables ..

need data from 2 datatables under one header, can i possibly do that? i m facing a alignmnet problem

<h ataTable ....
><h:column>
<f:facet name="header">
<h utputText value="Time Of Event"
></f:facet>
<f:subview id="one">
<h utputText..........
></h:column>
<h ataTable>

<h ataTable...
><f:subview id="one">
<h utputText....>
 
Ranch Hand
Posts: 1400
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Use style attribute to provide fix width (in pixels) and it should be same for corresponding outputtext for other datatables.

This would be one of that way to solve the problem.
 
reply
    Bookmark Topic Watch Topic
  • New Topic