This page demonstrates the following features:
- Sorting - Click on the header of any column to sort data by that column.
- Filtering - Specify the filtering criteria in the appropriate fields under
the header and press Enter to filter the displayed data.
The rows that don't meet the filtering criteria but are required to show the tree structure are grayed.
- Dynamic loading for node expansion, sorting, and filtering - Only the
modified or revealed data is loaded using Ajax technology instead of reloading the whole page.
- Column resizing - Drag column header separators to resize columns.
- Dynamic tree structure - The data is retrieved dynamically from the
backing bean.
- Customizing default node expansion state - All top-level nodes are
expanded by default when the TreeTable component is loaded.