simple-table-core 1.6.2 → 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.
Files changed (2) hide show
  1. package/README.md +14 -21
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
  Simple Table is a **lightweight**, **high-performance** React data grid component for building modern, scalable applications. With a **simple API**, **completely free features**, and a focus on developer experience, Simple Table makes it easy to create powerful, responsive tables.
9
9
 
10
10
  <div align="center">
11
- <img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/infrastructure-dark-screenshot.png?raw=true" alt="Simple Table Infrastructure Dashboard" width="800" />
11
+ <img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/infrastructure-light.png?raw=true" alt="Simple Table Infrastructure Dashboard" width="800" />
12
12
  </div>
13
13
 
14
14
  ## Why Simple Table?
@@ -18,12 +18,6 @@ Simple Table is a **lightweight**, **high-performance** React data grid componen
18
18
  - **Intuitive**: Minimal boilerplate with a clean, React-first API
19
19
  - **TypeScript-ready**: Full TypeScript support for type-safe development
20
20
 
21
- ## Live Demo
22
-
23
- <div align="center">
24
- <img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/simple-table-demo-fast.gif?raw=true" alt="Simple Table Demo" width="600" />
25
- </div>
26
-
27
21
  ## 🚀 Quick Start
28
22
 
29
23
  Get started with Simple Table in just a few lines of code!
@@ -90,33 +84,32 @@ See Simple Table in action across different industries:
90
84
 
91
85
  <div align="center">
92
86
 
93
- **Infrastructure Monitoring**
94
-
95
- <img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/infrastructure-light-screenshot.png?raw=true" alt="Infrastructure Dashboard" width="800" />
87
+ **[CRM Leads](https://www.simple-table.com/examples/crm)**
96
88
 
97
89
  <br />
98
90
  <br />
99
91
 
100
- **CRM Dashboard - Dark Theme**
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)
101
93
 
102
- <img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/crm-dark-screenshot.png?raw=true" alt="CRM Dashboard - Dark Theme" width="800" />
94
+ **[Infrastructure](https://www.simple-table.com/examples/infrastructure)**
95
+
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)
103
97
 
104
98
  <br />
105
99
  <br />
106
100
 
107
- **CRM Dashboard - Light Theme**
101
+ **[HR Dashboard](https://www.simple-table.com/examples/hr)**
108
102
 
109
- <img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/crm-light-screenshot.png?raw=true" alt="CRM Dashboard - Light Theme" width="800" />
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)
110
104
 
111
- </div>
105
+ <br />
106
+ <br />
112
107
 
113
- ### Interactive Examples
108
+ **[Manufacturing](https://www.simple-table.com/examples/manufacturing)**
114
109
 
115
- Explore our interactive examples with complete source code:
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)
116
111
 
117
- - 📊 **[Finance Dashboard](https://www.simple-table.com/examples/finance)** - Complete financial data table with advanced filtering and sorting
118
- - 💰 **[Sales Dashboard](https://www.simple-table.com/examples/sales)** - Sales analytics table with custom cell renderers and grouping
119
- - 📘 **[View All Examples](https://www.simple-table.com/docs/installation)** - Browse all available examples and comprehensive documentation
112
+ </div>
120
113
 
121
114
  ## 📚 Resources
122
115
 
@@ -140,7 +133,7 @@ Simple, transparent pricing that never changes based on your revenue or team siz
140
133
 
141
134
  ### PRO - For Growing Businesses
142
135
 
143
- **$85/month** (50% off for first 50 customers - use code: `first_50`)
136
+ **$85/month**
144
137
 
145
138
  - Everything in FREE
146
139
  - Priority email & Discord support
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.6.2",
2
+ "version": "1.6.4",
3
3
  "main": "dist/index.js",
4
4
  "module": "dist/index.es.js",
5
5
  "types": "dist/index.d.ts",