I’ve upgraded the official table plugin with a powerful Summary Row feature! Now you can:
- Perform Sum, Max, Min, Count, and Average calculations on numeric fields.
- Summarize specific areas just by selecting cells with your mouse.
- Don’t worry about data types—it automatically filters non-numeric cells.
Feel free to Star or Fork the repo if it helps your project:
GitHub - OneTwoSmall/nocobase-custom-plugins: 自定义开发Nocobase插件 · GitHub
Updated!
-
Enhancement: Moved the summary row inside the table structure, supporting native horizontal and vertical scrolling behavior.
-
Fix: Resolved an issue where summary values were duplicated across incorrect columns in English mode due to substring matching on column titles.
-
Fix: Fixed cell and header alignment issues in the summary row, ensuring proper horizontal scrolling and accurate column width syncing from the table body.
-
Refactoring: Replaced the pure regex-based validation with an accurate underlying metadata type-checking logic (DOM to field-type mapping) to exclude dates, times, and non-numerical text from sums.
P.S. You can also find my Email OTP and Office Preview plugins in the same repo!


