p

Tag dataGrid

Component Information 
InfoValue
Component Typeorg.primefaces.component.DataGrid
Handler ClassNone
Renderer Typeorg.primefaces.component.DataGridRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
columnsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Number of columns of grid. Default is 3.
currentPageReportTemplatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Template of the currentPageReport UI.
emptyMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Text to display when there is no data to display. Default is "No records found."
firstfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Index of the first data to display.
flexfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Use modern PrimeFlex-Grid instead of classic Grid CSS.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
lazyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if lazy loading is enabled for the data component.
multiViewStatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to keep DataGrid state across views, defaults to false.
paginatorfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Enables pagination.
paginatorAlwaysVisiblefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if paginator should be hidden if total data count is less than number of rows per page. Default is true.
paginatorPositionfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Paginator can be positioned at the "top," "bottom," or "both." Default setting is "both."
paginatorTemplatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Template of the paginator.
renderedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify the rendering of the component, when set to false component will not be rendered.
rowIndexVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of iterator to refer each row index.
rowsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Number of rows to display per page. Default value is 0 meaning to display all data available.
rowsPerPageTemplatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Template of the rowsPerPage dropdown.
rowStatePreservedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Keeps state of its children on a per-row basis. Default is false.
rowStylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of each row (grid-cell).
rowStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of each row (grid-cell).
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the main container.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the main container.
touchablefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Enable touch support if browser detection supports it. Default is false because it is globally enabled by default.
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Datasource of the component.
varfalsejava.lang.String Name of the iterator variable that references each element in the data set.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.