SimpleTableColumnFormComponent

A component that renders the default column header in a form.

If the current column is sortable, it renders the header as a link. Clicking on the link causes the table to be sorted on that column. Clicking on the link again causes the sorting order to be reversed.

This component renders links that cause the form to be submitted. This ensures that the updated data in the other form fields is preserved.

Note:

The column header rendered by this component has two main css class definitions. The embedded table html markup within each td element for a sorted column has the class tableHeaderImage . The image used to sort table columns has an embedded style class definition for tableHeaderImage that defines align:center .
You may override these definitions with your own css rules.

See also: Table , TableView , TablePages , TableRows , TableValues , TableColumns

Parameters

No parameters

Body: removed

Informal parameters: allowed

Reserved parameters: none