ngx-deebodata 0.4.9 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,10 +6,6 @@ Angular v22 data grid with virtual scroll, integrated charts, row grouping, colu
6
6
 
7
7
  - 100k rows - https://deebodata.com/angular-data-grid?data=sales
8
8
 
9
- ## Changelog
10
-
11
- - View the Changelog to see the latest updates - https://deebodata.com/changelog
12
-
13
9
 
14
10
  # Licensing
15
11
 
@@ -91,6 +87,7 @@ export class App {
91
87
  | `cellEdit` | `CellEdit` | An object that emits with all necessary cell edit details. See more details further down |
92
88
  -
93
89
 
90
+
94
91
  It's best to pass hex or rgb colors to **color1, color2, pieGraphColors, & altRowColor,** but css colors work too
95
92
 
96
93
  Always pass a **px** string value to defRowHgt like '50px'
@@ -156,10 +153,6 @@ handleCellEdit(event: CellEdit) {//executes on cell edit if editable isn't false
156
153
  ></ngx-deebodata>
157
154
  ```
158
155
 
159
- **Custom Sort Logic for a column**
160
-
161
- Visit https://deebodata.com/angular-docs#customSort to learn how to set custom sort logic for a column for ascending and descending order
162
-
163
156
  **To pass Column Value Colors for Charts**
164
157
 
165
158
  For a given column with limited distinct values (qualifies for grouping), give each value it's own color in the charts (pie, bar, line)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-deebodata",
3
- "version": "0.4.9",
3
+ "version": "0.5.1",
4
4
  "description": "Angular v22 data grid and charts solution that solves big data analysis with virtual scroll, row grouping, column resizing, re-ordering, column hiding, cell editing, tab accessibility, sorting with priority, and advanced filtering.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^22.0.7",