Skip to content

Instantly share code, notes, and snippets.

@Amit460021
Created October 15, 2013 04:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Amit460021/6986344 to your computer and use it in GitHub Desktop.
Save Amit460021/6986344 to your computer and use it in GitHub Desktop.
<rich:column sortBy="#{model.modelValue}" label="Model Value"
sortable="true" id="modelValue">
<f:facet name="header">
<h:outputText value="Model Value" />
</f:facet>
<f:facet name="filter">
<h:graphicImage title="Model Filter">
</h:graphicImage>
</f:facet>
<h:outputText value="#{model.modelValue}"
title="#{model.v" />
</rich:column>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment