Contents
What are the values of the pageblocktable in Salesforce?
The position of the rendered HTML table with respect to the page. Possible values include “left”, “center”, or “right”. If left unspecified, this value defaults to “left”. This attribute was deprecated in Salesforce API version 18.0 and has no effect on the page.
How many items can be in apex pageblocktable?
The set of data can contain up to 1,000 items, or 10,000 items when the page is executed in read-only mode. The body of the contains one or more column components that specify what information should be displayed for each item of data, similar to a table.
Which is the first element in the page block table?
The first element in the iteration visibly rendered in the page block table, where 0 is the index of the first element in the set of data specified by the value attribute. For example, if you did not want to display the first two elements in the set of records specified by the value attribute, set first=”2″.
When to use JavaScript in Page Block table?
The JavaScript invoked if the onRowClick event occurs–that is, if the user clicks a row in the page block table. The JavaScript invoked if the onRowDblClick event occurs–that is, if the user clicks a row in the page block list table.
How to create a data table in Visualforce?
For Visualforce pages running Salesforce.com API version 20.0 or higher, an tag can be contained within this component to generate columns. This component supports HTML pass-through attributes using the “html-” prefix. Pass-through attributes are attached to the generated table’s tag.
When to use footer facet in Page Block table?
The style class used to display the footer (bottom row) for the rendered HTML table, if a footer facet is specified. This attribute is used primarily to designate which CSS styles are applied when using an external CSS stylesheet. The borders drawn for this page block table.