GitHub user vrozkovec opened a pull request:
https://github.com/apache/wicket/pull/278
Changed order of elements in the DataTable's HTML
It should not matter, but it does for example when generating PDFs with
wkhtmltopdf tool - table footer gets displayed at the top, this change fixes
that.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vrozkovec/wicket master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/278.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #278
----
commit 695896e8984ff56c6bbe3612eb9ddd95da45c6d5
Author: VÃt Rozkovec <vit.rozkovec@...>
Date: 2018-05-04T16:32:15Z
Changed order of elements in the DataTable's HTML
It should not matter, but it does for example when generating PDFs with
wkhtmltopdf tool - table footer gets displayed at the top, this change fixes
that.
----
---