Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Won't Fix
-
1.5.1
-
None
Description
When a DataTable is rendered without records, the tbody section is empty. This violates the html spec.
From the spec:
"When present, each THEAD, TFOOT, and TBODY contains a row group. Each row group must contain at least one row, defined by the TR element."
and
"The THEAD, TFOOT, and TBODY sections must contain the same number of columns."
Attachments
Attachments
Issue Links
- duplicates
-
WICKET-4142 DataTable generates empty <tbody> --> invalid XHTML strict
- Resolved
- is duplicated by
-
WICKET-4692 DataTable should emit empty <tr/> in <tbody> when no entries are available
- Resolved