Ultima DataTable resizableColumns="true"

UI Components for JSF
Post Reply
vanuatoo
Posts: 32
Joined: 22 Jan 2012, 12:17

16 Aug 2017, 20:16

Ultima 1.0.9

Code: Select all

<ui:composition
    xmlns="http://www.w3.org/1999/xhtml"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:ui="http://java.sun.com/jsf/facelets"
    xmlns:p="http://primefaces.org/ui">
    <div class="ui-g">
        <div class="ui-g-12">
            <p:dataTable id="coTable" var="user" value="#{test.userList}" selection="#{test.selected}" selectionMode="single" rowKey="#{user.id}" resizableColumns="true">
                <p:column headerText="code">
                    <h:outputText value="#{user.id}"/>
                </p:column>
                <p:column headerText="name">
                    <h:outputText value="#{user.name}"/>
                </p:column>
            </p:dataTable>
        </div>
    </div>
</ui:composition>
<> symbols are shown at the column separator line.
https://goo.gl/photos/wzQGg5vS9pFS59F66
NetBeans 11.2, Payara 5.193.1, PrimeFaces 6.2.27, Mojarra 2.3.9

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 43 guests