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 |
|---|---|---|---|---|---|---|
|
48
|
Abby
|
Baker
|
617-555-8137
|
238-555-7317
|
3/27/82
|
|
|
9
|
Abner
|
Bailey
|
671-555-5442
|
637-555-4403
|
11/8/83
|
|
|
39
|
Abner
|
Ortiz
|
784-555-2247
|
814-555-8510
|
8/24/51
|
|
|
8
|
Christopher
|
Wilson
|
601-555-6176
|
535-555-7013
|
2/2/69
|
|
|
15
|
Christopher
|
Moore
|
338-555-6167
|
868-555-7260
|
6/19/81
|
|
|
16
|
Debra
|
Rose
|
582-555-8588
|
514-555-3411
|
5/3/78
|
|
|
22
|
Debra
|
Murray
|
283-555-2487
|
735-555-1816
|
6/6/58
|
|
|
21
|
Douglas
|
Allen
|
303-555-4563
|
681-555-2530
|
5/16/76
|
|
| 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 |
|---|---|---|---|---|---|---|
|
48
|
Abby
|
Baker
|
617-555-8137
|
238-555-7317
|
3/27/82
|
|
|
9
|
Abner
|
Bailey
|
671-555-5442
|
637-555-4403
|
11/8/83
|
|
|
39
|
Abner
|
Ortiz
|
784-555-2247
|
814-555-8510
|
8/24/51
|
|
|
8
|
Christopher
|
Wilson
|
601-555-6176
|
535-555-7013
|
2/2/69
|
|
|
15
|
Christopher
|
Moore
|
338-555-6167
|
868-555-7260
|
6/19/81
|
|
|
16
|
Debra
|
Rose
|
582-555-8588
|
514-555-3411
|
5/3/78
|
|
|
22
|
Debra
|
Murray
|
283-555-2487
|
735-555-1816
|
6/6/58
|
|
|
21
|
Douglas
|
Allen
|
303-555-4563
|
681-555-2530
|
5/16/76
|

