T - the row typeC - the column type@JsFunction @FunctionalInterface public static interface Column.RenderCallback<T,C>
| Modifier and Type | Method and Description |
|---|---|
C |
render(C cell,
String type,
T row,
Column.Meta meta)
Render function
|
C render(C cell, String type, T row, Column.Meta meta)
cell - the data for the celltype - the type call data requested - this will be "filter", "display", "type" or "sort".row - the full data source for the rowmeta - an object that contains additional information about the cell being requestedCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.