T - the type of the data table records@FunctionalInterface public interface CellRenderer<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
CellRenderer.CellInfo<T>
A class containing all information required about a cell in a data table
|
| Modifier and Type | Method and Description |
|---|---|
elemental2.dom.Node |
asElement(CellRenderer.CellInfo<T> cellInfo)
Takes a cell info to determine what content to append to the cell element
|
elemental2.dom.Node asElement(CellRenderer.CellInfo<T> cellInfo)
cellInfo - CellRenderer.CellInfoNode to be appended to the table cell elementCopyright © 2019–2022 Dominokit. All rights reserved.