ngx-deebodata 0.3.1 → 0.3.3
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 +0 -7
- package/fesm2022/ngx-deebodata.mjs +20 -28
- package/fesm2022/ngx-deebodata.mjs.map +1 -1
- package/package.json +1 -1
- package/types/ngx-deebodata.d.ts +1 -1
package/README.md
CHANGED
|
@@ -4,8 +4,6 @@ Angular data grid with virtual scroll, integrated charts, row grouping, column r
|
|
|
4
4
|
|
|
5
5
|
# Demos
|
|
6
6
|
|
|
7
|
-
- 40+ columns - https://deebodata.com/angular-data-grid
|
|
8
|
-
- 50k rows - https://deebodata.com/angular-data-grid?data=images
|
|
9
7
|
- 100k rows - https://deebodata.com/angular-data-grid?data=sales
|
|
10
8
|
|
|
11
9
|
|
|
@@ -16,11 +14,6 @@ Install this package and use the full functionality when developing locally at h
|
|
|
16
14
|
To deploy to any live url, you need to obtain a **deployment license** for each developer on the project from https://deebodata.com/data-grid-checkout/angular
|
|
17
15
|
|
|
18
16
|
|
|
19
|
-
## Report Issues
|
|
20
|
-
|
|
21
|
-
You can report an issue at https://deebodata.com/contact-us
|
|
22
|
-
|
|
23
|
-
|
|
24
17
|
## Usage
|
|
25
18
|
|
|
26
19
|
**In the .ts component you want to use the data grid in**
|