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

default.view.parts.table.html Maven / Gradle / Ivy

There is a newer version: 22.2.3
Show newest version
@*
*  Made with all the love in the world
*  by scireum in Remshalden, Germany
*
*  Copyright by scireum GmbH
*  http://www.scireum.de - [email protected]
*@
@args Object data, boolean colorized

@if (data == null ||
     ((data instanceof Page) && !((Page)data).getItems().isEmpty()) ||
     ((data instanceof java.util.Collection) && !((Collection)data).isEmpty()))
{
    
        @renderBody()
    
} else {
@i18n("table.html.empty")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy