mat-table-ext 1.0.0-beta.0 → 1.0.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Mat Table Extension
|
|
2
2
|
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 20.2.0.
|
|
4
4
|
## Documentation
|
|
5
5
|
|
|
6
6
|
Check out the [demos and API](https://fastcode-inc.github.io/custom-table-doc).
|
|
@@ -14,6 +14,12 @@ Install the Extension library:
|
|
|
14
14
|
$ npm i mat-table-ext
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
+
Install the required PDF export libraries:
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
$ npm i jspdf jspdf-autotable
|
|
21
|
+
```
|
|
22
|
+
|
|
17
23
|
## Setup
|
|
18
24
|
|
|
19
25
|
Import the MatTableExtModule into imports array.
|