T - the type of the row record@FunctionalInterface public static interface TableConfig.RowAppender<T>
e.g
The GroupingPlugin defines an appender
that appends a row into the appropriate group instead of appending row sequentially
| Modifier and Type | Method and Description |
|---|---|
void |
appendRow(DataTable<T> dataTable,
TableRow<T> tableRow)
Appends a row to the data table
|
Copyright © 2019–2022 Dominokit. All rights reserved.