Matthias Keller created WICKET-4692:
---------------------------------------
Summary: DataTable should emit empty <tr/> in <tbody> when no
entries are available
Key: WICKET-4692
URL: https://issues.apache.org/jira/browse/WICKET-4692
Project: Wicket
Issue Type: Bug
Components: wicket-extensions
Affects Versions: 1.5.7
Reporter: Matthias Keller
DataTable will emit an empty <tbody> when there are no entries to show.
However, when using it with a NoRecordsToolbar this will result in a table with
only data in thead and tfoot.
In combination with the css border-collapse: collapse; this will not work for
some reason - there must be some data in the tbody for it to work.
So the tbody should contain at least an empty <tr/> tag instead of nothing if
there are no results to show.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira