mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 19:45:22 +00:00
feat: Add Rollup column type
re #504 Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -135,7 +135,7 @@ export default class GqlApi {
|
||||
}
|
||||
// add formula columns to query
|
||||
str += this.meta.v.reduce((arr, v) => {
|
||||
if (v.formula) {
|
||||
if (v.formula || v.rollup) {
|
||||
arr.push(v._cn)
|
||||
}
|
||||
return arr
|
||||
|
||||
Reference in New Issue
Block a user