Feature #1691

Mis à jour par Serge Heiden il y a plus de 9 ans

It would be interesting to help reading metadata in the preliminary first page generated by the default Pager, for example by alternating the background color of rows.

h3. Solution

Use the Java package description tables style :
!{width:700px}java-package-table-style.png! !java-package-table-style.png!

Where:
* "Interface Summary" is replaced by "Métadonnées / Metadata"
* "Interface" is replaced by "Nom"
* "Description" is replaced by "Valeur"

HTML source code at "Package java.lang":https://docs.oracle.com/javase/7/docs/api/java/lang/package-summary.html

Retour