An open API service indexing awesome lists of open source software.

https://github.com/avinava/visualforce-pageblock-table-enhancer

A visualforce component enhances your existing/new pageblock table
https://github.com/avinava/visualforce-pageblock-table-enhancer

Last synced: 4 months ago
JSON representation

A visualforce component enhances your existing/new pageblock table

Awesome Lists containing this project

README

          

PageBlock Table Enhancer
=========

A visualforce component that adds additional functionality to your existing or new standard pageblock table components by using just one line of code

Few features of the PageBlock Table Enhancer component
-

* Uses Jquery Table Sorter to do client side coding.
* Pagination
* Option to provide available page sizes
* Option to select default page size on page load

Ajax/Rerender support
-
This version brings in support for rendering, the earlier version wasn't able to handle this. So incase you are rerendering your table or the parent components, you can call the "initPageBlockTableEnhancer()" method from "oncomplete" even of your commandButtons/actionFunctions/actionSupport/commandLink .
```

```

Version
-

2.2

Installation
--------------

* Install the Package from https://login.salesforce.com/packaging/installPackage.apexp?p0=04t90000000MbZI

List of Parameters
-

* targetPbTableIds : comma-separated Ids of the target Pageblock tables
* paginate : Assign true if you want to use the pagination feature,default value is true.
* pageSizeOptions : A comma seperated list of integer values that will displayed as dropdown for page size
* defaultPageSize : Default page size that needs to be selected (at page load).

Usage
-
```









```
Demo
-
http://blogforce9dev-developer-edition.ap1.force.com/PageBlockTableEnhancerDemo