ngx-deebodata 0.4.9 → 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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -158,7 +158,7 @@ handleCellEdit(event: CellEdit) {//executes on cell edit if editable isn't false
|
|
|
158
158
|
|
|
159
159
|
**Custom Sort Logic for a column**
|
|
160
160
|
|
|
161
|
-
Visit https://deebodata.com/
|
|
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
162
|
|
|
163
163
|
**To pass Column Value Colors for Charts**
|
|
164
164
|
|
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",
|