rythm.~table_page.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of act Show documentation
Show all versions of act Show documentation
The ACT full stack MVC framework
@import act.util.DataTable
@args DataTable table, String title
@if(title) {
@title
}
@invoke("~table.html", table)