footerCellGenerator
fun <T> footerCellGenerator(block: (table: T, column: Column<*>) -> View): AbstractTableBehavior.FooterCellGenerator<T>(source)
Creates a FooterCellGenerator based on the given lambda.
Return
new FooterCellGenerator
Parameters
block
to execute in FooterCellGenerator.invoke