You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
In RowSource we have
def pullRow(key: String, columns: ViewPortColumns): RowDataanddef pullRowFiltered(key: String, columns: ViewPortColumns): RowDataAnd they seem to have the same behaviour. Do we need both of them?