Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.5-RC5.1
-
None
-
None
Description
Please consider adding an option for providing the value for the caption tag in the DataTable class. Doing so will allow us to have data table like below:
<table>
<caption>Some caption<caption>
<thead>
...
</thead>
<tfooter>
...
</tfooter>
<tbody>
...
</tbody>
</table>