Wiki

Clone wiki

grails-datatables / showMetadata

showMetadata

Values

Name Type Values Default
showMetadata boolean true, false false

Description

showMetadata is a table option that allows you to specify whether metadata should be displayed above the table. The metadata can be useful in order to display various table attributes during development.

Example

<dt:datatable name="MyTable" serverSide="true" showMetadata="true">
    <dt:column name="myFirstColumn"/>
    <dt:column name="mySecondColumn"/>
</dt:datatable>

Back to Options.

Updated