simple-table-core 1.6.3 → 1.6.4
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 +12 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -84,33 +84,32 @@ See Simple Table in action across different industries:
|
|
|
84
84
|
|
|
85
85
|
<div align="center">
|
|
86
86
|
|
|
87
|
-
**CRM Leads**
|
|
87
|
+
**[CRM Leads](https://www.simple-table.com/examples/crm)**
|
|
88
88
|
|
|
89
89
|
<br />
|
|
90
90
|
<br />
|
|
91
91
|
|
|
92
|
-
<img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/crm-light.png?raw=true" alt="CRM Leads" width="800"
|
|
92
|
+
[<img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/crm-light.png?raw=true" alt="CRM Leads" width="800">](https://www.simple-table.com/examples/crm)
|
|
93
93
|
|
|
94
|
-
**
|
|
94
|
+
**[Infrastructure](https://www.simple-table.com/examples/infrastructure)**
|
|
95
95
|
|
|
96
|
-
<img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/
|
|
96
|
+
[<img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/infrastructure-light.png?raw=true" alt="Infrastructure Dashboard" width="800">](https://www.simple-table.com/examples/infrastructure)
|
|
97
97
|
|
|
98
98
|
<br />
|
|
99
99
|
<br />
|
|
100
100
|
|
|
101
|
-
**
|
|
101
|
+
**[HR Dashboard](https://www.simple-table.com/examples/hr)**
|
|
102
102
|
|
|
103
|
-
<img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/
|
|
103
|
+
[<img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/HR-dark.png?raw=true" alt="HR Dashboard" width="800">](https://www.simple-table.com/examples/hr)
|
|
104
104
|
|
|
105
|
-
|
|
105
|
+
<br />
|
|
106
|
+
<br />
|
|
106
107
|
|
|
107
|
-
|
|
108
|
+
**[Manufacturing](https://www.simple-table.com/examples/manufacturing)**
|
|
108
109
|
|
|
109
|
-
|
|
110
|
+
[<img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/manufacturing-light.png?raw=true" alt="Manufacturing Dashboard" width="800">](https://www.simple-table.com/examples/manufacturing)
|
|
110
111
|
|
|
111
|
-
|
|
112
|
-
- 💰 **[Sales Dashboard](https://www.simple-table.com/examples/sales)** - Sales analytics table with custom cell renderers and grouping
|
|
113
|
-
- 📘 **[View All Examples](https://www.simple-table.com/docs/installation)** - Browse all available examples and comprehensive documentation
|
|
112
|
+
</div>
|
|
114
113
|
|
|
115
114
|
## 📚 Resources
|
|
116
115
|
|
|
@@ -134,7 +133,7 @@ Simple, transparent pricing that never changes based on your revenue or team siz
|
|
|
134
133
|
|
|
135
134
|
### PRO - For Growing Businesses
|
|
136
135
|
|
|
137
|
-
**$85/month**
|
|
136
|
+
**$85/month**
|
|
138
137
|
|
|
139
138
|
- Everything in FREE
|
|
140
139
|
- Priority email & Discord support
|
package/package.json
CHANGED