This page demonstrates the following features:
- Multiple node selection - click any row to select it and use the keyboard to
change selection. Use Ctrl-click or Shift-Up, Shift-Down key combinations to make multiple selection.
- Keyboard navigation - Use the Up, Down, Home, End keys to move selection, and
Right/Left or +/- keys to expand/collapse the selected node.
- Embedding components - Double-click the icons for a particular request to switch
to edit mode.
- Conditional styling - The rows displaying compound requests are bold.
- Reordering columns - Click the Customize Columns button to add/remove
columns or change their order.
- Refreshing a TreeTable with Ajax - All of the request manipulation actions below
are performed with Ajax.
- Sorting with Ajax technology - Click the column header to sort the data without
refreshing the entire page.
- Customizing default node expansion state - All nodes are expanded by default
when the TreeTable component is loaded.
- Standard HTML events support - The onkeydown event is used to support the
shortcuts for manipulating requests.