I have a datatable in Primefaces:
<p:dataTable var="feedback" value="#{actionDetailsView.action.feedback}">
<f:facet name="header">
Feedback
</f:facet>
<p:column headerText="Date">
...
</p:column>
Now I want to have a button (Add Feedback) inside the header on the right hand side. Is this somehow possible?