This is a list of 3rd party [[Helpers|helpers]]. Helpers are something like macros for your views.

* LiveTree - DHTML tree widget that can load data asynchronously as-needed
* PaginationHelper - Paginate large tables
* SortHelper - Click column headings to sort tables (uses Ruby to  handle sorting)
* SortHelper2 - Another take on sort via clickable headers (uses SQL to handle sorting)
* [[Javascript Sortable Tables]] - Not a Ruby helper as such, but it doesn't require Ajax, Ruby or SQL to work - it's all in client side Javascript
* PhpSession - Pull information from php sessions via cookies
* CalendarHelper - Select dates from a calendar popup or in-page
* DynamicCalendarHelper - Renders a basic calendar in HTML. Highly configurable and allows for databinding as well as formatting
* AssociationHelper - Select an associated object from a list of candidates.
* CollectionTableHelper – ...
