All Downloads are FREE. Search and download functionalities are using the official Maven repository.

template.simple.table.ftl Maven / Gradle / Ivy

<#assign webTable = tag/>
<#assign tableModel = webTable.model/>

<#if tableModel?exists>

<#list webTable.columns as curColumn> <#if curColumn.visible> <#list webTable.rowIterator as curRow> <#list curRow as curColumn>
<#if webTable.sortable>
${curColumn.displayName}
<#if false> <#else> <@ww.param name="${webTable.sortOrderLinkName}" value="ASC"/>">
<#else> ${curColumn.displayName}
${curColumn}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy