vuu
vuu copied to clipboard
In RowSource, do we need both pullRow and pullRowFiltered
In RowSource we have def pullRow(key: String, columns: ViewPortColumns): RowData and def pullRowFiltered(key: String, columns: ViewPortColumns): RowData And they seem to have the same behaviour. Do we need both of them?
see also https://github.com/finos/vuu/issues/1468 and https://github.com/finos/vuu/discussions/1368