@guiexpert/angular-table 16.0.2 → 16.0.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,6 +6,8 @@ This is the angular component of the GuiExpert Table Project.
6
6
 
7
7
  This is the UI-agnostic table component for your next web app. 😊
8
8
 
9
+ <img src="https://raw.githubusercontent.com/guiexperttable/table-website/main/src/assets/screens/heatmap.png" width="50%">
10
+
9
11
  ### Features
10
12
  - Handle large datasets easily
11
13
  - Excellent performance for large tables by vertical and horizontal virtual scrolling
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guiexpert/angular-table",
3
- "version": "16.0.2",
3
+ "version": "16.0.3",
4
4
  "scripts": {
5
5
  "publish": "npm publish"
6
6
  },