Changelog
- May 31, 2026 - Virtual scroll micro optimizations
- May 25, 2026 - Enterprise Charts - optimized performance building line graphs to conserve memory usage
- May 22, 2026 - JavaScript - added options for chart styling and more customizations. See API Reference
- May 20, 2026 - ngx-deebodata - pass myColumnValueColors to dictate chart colors per value for columns that can be grouped
- May 16, 2026 - Angular enterprise data grid on NPM - https://www.npmjs.com/package/ngx-deebodata
- May 16, 2026 - Angular open source data grid on NPM - https://www.npmjs.com/package/ngx-deebodata-community
- May 14, 2026 - JavaScript - major initialization and programmability upgrades that make things easier for developers. See the docs.
- May 12, 2026 - Added a way to remove the cover on a pie graph by passing 1 extra arg to the generate function
- May 12, 2026 - Enhanced Tab Accessibility on version v1.1
- May 8, 2026 - Only supporting Angular v20 and 21. Updated some Angular signals for performance.
- May 3, 2026 - Added Group By and Jump To Row functionality for JavaScript
- May 1, 2026 - Dropped support for React. Our developer specializes in Angular and JavaScript. Upon further testing,
we can't in all good conscience sell something we can't expertly guarantee the quality of.
- April 27, 2026 - Enterprise only: added columnStyles - pass a column name and list of css rules per value
- April 26, 2026 - Added the typically expected behavior of sorting when the column name is clicked, not just the sort arrow
- April 25, 2026 - Fixed bug where cells failed to display correctly after clearing all sorts
- Update filter to check for equality on numeric columns by default if no comparison option is explicitly chosen
- April 24, 2026 - Initial release of DeeboData Community
Data Grid for Angular & JavaScript
- April 22, 2026 - Added YTD option to line graph time span options
- Enhanced grid accessibility related to Tab button