ngx-deebodata 0.4.8 → 0.5.0
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.
- package/README.md +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -91,7 +91,6 @@ export class App {
|
|
|
91
91
|
| `cellEdit` | `CellEdit` | An object that emits with all necessary cell edit details. See more details further down |
|
|
92
92
|
-
|
|
93
93
|
|
|
94
|
-
|
|
95
94
|
It's best to pass hex or rgb colors to **color1, color2, pieGraphColors, & altRowColor,** but css colors work too
|
|
96
95
|
|
|
97
96
|
Always pass a **px** string value to defRowHgt like '50px'
|
|
@@ -157,6 +156,10 @@ handleCellEdit(event: CellEdit) {//executes on cell edit if editable isn't false
|
|
|
157
156
|
></ngx-deebodata>
|
|
158
157
|
```
|
|
159
158
|
|
|
159
|
+
**Custom Sort Logic for a column**
|
|
160
|
+
|
|
161
|
+
Visit https://deebodata.com/ngx-deebodata-documentation/ngx-deebodata#customSort to learn how to set custom sort logic for a column for ascending and descending order
|
|
162
|
+
|
|
160
163
|
**To pass Column Value Colors for Charts**
|
|
161
164
|
|
|
162
165
|
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.
|
|
3
|
+
"version": "0.5.0",
|
|
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",
|