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 |
|---|---|---|---|---|---|---|
|
8
|
Abby
|
Rose
|
474-555-7143
|
701-555-4145
|
8/11/71
|
|
|
43
|
Abby
|
Bailey
|
757-555-3750
|
388-555-5568
|
3/17/74
|
|
|
48
|
Abby
|
Lee
|
273-555-4183
|
274-555-4865
|
3/30/60
|
|
|
40
|
Abner
|
Johnson
|
434-555-1681
|
483-555-1767
|
10/28/50
|
|
|
35
|
Brianna
|
Cruz
|
541-555-5774
|
356-555-8451
|
2/5/55
|
|
|
27
|
Christopher
|
Allen
|
307-555-8650
|
481-555-3730
|
2/15/81
|
|
|
32
|
Christopher
|
Murray
|
817-555-2364
|
731-555-4740
|
5/17/79
|
|
|
11
|
Debra
|
Clark
|
548-555-1648
|
831-555-1117
|
3/12/80
|
|
| 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 |
|---|---|---|---|---|---|---|
|
8
|
Abby
|
Rose
|
474-555-7143
|
701-555-4145
|
8/11/71
|
|
|
43
|
Abby
|
Bailey
|
757-555-3750
|
388-555-5568
|
3/17/74
|
|
|
48
|
Abby
|
Lee
|
273-555-4183
|
274-555-4865
|
3/30/60
|
|
|
40
|
Abner
|
Johnson
|
434-555-1681
|
483-555-1767
|
10/28/50
|
|
|
35
|
Brianna
|
Cruz
|
541-555-5774
|
356-555-8451
|
2/5/55
|
|
|
27
|
Christopher
|
Allen
|
307-555-8650
|
481-555-3730
|
2/15/81
|
|
|
32
|
Christopher
|
Murray
|
817-555-2364
|
731-555-4740
|
5/17/79
|
|
|
11
|
Debra
|
Clark
|
548-555-1648
|
831-555-1117
|
3/12/80
|

