Welcome to Repeater View Examples
Selected Contact: No Contact SelectedThis is a demo of the DataTable (DataView wrapper). Provided features:
- Easy ordering and selection of columns from code
- Takes care of sorting headers automatically
- Takes care of page navigator automatically
- Takes care of adding class="odd" and class="even" to table rows
- Adds a navigator message
- Different CSS class for certain columns
- Export to CSV toolbar
| Actions | ID | First Name | Last Name | Home Phone | Cell Phone | Birthday |
|---|---|---|---|---|---|---|
|
36
|
Abby
|
Ortiz
|
563-555-7330
|
782-555-1315
|
10/22/50
|
|
|
50
|
Abby
|
Johnson
|
358-555-4840
|
230-555-1701
|
7/23/69
|
|
|
8
|
Abner
|
Black
|
441-555-4534
|
641-555-1013
|
2/19/66
|
|
|
21
|
Brianna
|
Allen
|
554-555-2228
|
336-555-4333
|
4/6/52
|
|
|
22
|
Brianna
|
Murray
|
660-555-6851
|
858-555-2827
|
7/31/62
|
|
|
27
|
Brianna
|
Brown
|
527-555-8430
|
760-555-1316
|
1/30/68
|
|
|
33
|
Brianna
|
Bailey
|
723-555-1633
|
712-555-1203
|
4/27/75
|
|
|
18
|
Christopher
|
Murray
|
784-555-6008
|
643-555-4875
|
7/8/66
|
|
| Export to CSV | ||||||
This is a table that uses org.apache.wicket.extensions.markup.html.repeater.data.table.ColGroup to style the columns:
| Actions | ID | First Name | Last Name | Home Phone | Cell Phone | Birthday |
|---|---|---|---|---|---|---|
|
36
|
Abby
|
Ortiz
|
563-555-7330
|
782-555-1315
|
10/22/50
|
|
|
50
|
Abby
|
Johnson
|
358-555-4840
|
230-555-1701
|
7/23/69
|
|
|
8
|
Abner
|
Black
|
441-555-4534
|
641-555-1013
|
2/19/66
|
|
|
21
|
Brianna
|
Allen
|
554-555-2228
|
336-555-4333
|
4/6/52
|
|
|
22
|
Brianna
|
Murray
|
660-555-6851
|
858-555-2827
|
7/31/62
|
|
|
27
|
Brianna
|
Brown
|
527-555-8430
|
760-555-1316
|
1/30/68
|
|
|
33
|
Brianna
|
Bailey
|
723-555-1633
|
712-555-1203
|
4/27/75
|
|
|
18
|
Christopher
|
Murray
|
784-555-6008
|
643-555-4875
|
7/8/66
|

