simple-table-core 1.6.3 → 1.6.5

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 +15 -34
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,13 +11,6 @@ Simple Table is a **lightweight**, **high-performance** React data grid componen
11
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
- ## Why Simple Table?
15
-
16
- - **Developer-Friendly Pricing**: Free for individuals & startups, affordable PRO tier for growing businesses - never scales with revenue or team size
17
- - **Lightweight**: Only 16 kB (minified + gzipped) for fast loading
18
- - **Intuitive**: Minimal boilerplate with a clean, React-first API
19
- - **TypeScript-ready**: Full TypeScript support for type-safe development
20
-
21
14
  ## 🚀 Quick Start
22
15
 
23
16
  Get started with Simple Table in just a few lines of code!
@@ -84,33 +77,32 @@ See Simple Table in action across different industries:
84
77
 
85
78
  <div align="center">
86
79
 
87
- **CRM Leads**
80
+ **[CRM Leads](https://www.simple-table.com/examples/crm)**
88
81
 
89
82
  <br />
90
83
  <br />
91
84
 
92
- <img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/crm-light.png?raw=true" alt="CRM Leads" width="800" />
85
+ [<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
86
 
94
- **HR Dashboard**
87
+ **[Infrastructure](https://www.simple-table.com/examples/infrastructure)**
95
88
 
96
- <img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/HR-dark.png?raw=true" alt="HR Dashboard" width="800" />
89
+ [<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
90
 
98
91
  <br />
99
92
  <br />
100
93
 
101
- **Manufacturing**
94
+ **[HR Dashboard](https://www.simple-table.com/examples/hr)**
102
95
 
103
- <img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/manufacturing-light.png?raw=true" alt="Manufacturing Dashboard" width="800" />
96
+ [<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
97
 
105
- </div>
98
+ <br />
99
+ <br />
106
100
 
107
- ### Interactive Examples
101
+ **[Manufacturing](https://www.simple-table.com/examples/manufacturing)**
108
102
 
109
- Explore our interactive examples with complete source code:
103
+ [<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
104
 
111
- - 📊 **[Finance Dashboard](https://www.simple-table.com/examples/finance)** - Complete financial data table with advanced filtering and sorting
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
105
+ </div>
114
106
 
115
107
  ## 📚 Resources
116
108
 
@@ -123,26 +115,15 @@ Simple, transparent pricing that never changes based on your revenue or team siz
123
115
 
124
116
  ### FREE - For Individuals & Startups
125
117
 
126
- **$0/forever** - Perfect for fun projects, bootstrapped startups, and pre-revenue companies
118
+ **$0/forever**
127
119
 
128
- - Full Simple Table library access
129
- - Unlimited users per product
130
- - All core features (sorting, filtering, editing)
131
- - Built-in themes & TypeScript support
132
- - MIT License & commercial use
133
- - Community support
120
+ Perfect for fun projects, bootstrapped startups, and pre-revenue companies. Unlimited users per product license with full access to all core features, built-in themes, TypeScript support, and MIT License for commercial use.
134
121
 
135
122
  ### PRO - For Growing Businesses
136
123
 
137
- **$85/month** (50% off for first 50 customers - use code: `first_50`)
124
+ **$85/month**
138
125
 
139
- - Everything in FREE
140
- - Priority email & Discord support
141
- - Direct developer access
142
- - Feature request prioritization
143
- - Early access to new features
144
- - Custom implementation guidance
145
- - 30-day money-back guarantee
126
+ Enhanced support and priority access to new features. Unlimited users per product license with priority email & Discord support, direct developer access, feature request prioritization, and custom implementation guidance.
146
127
 
147
128
  **[View Detailed Pricing](https://www.simple-table.com/pricing)**
148
129
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.6.3",
2
+ "version": "1.6.5",
3
3
  "main": "dist/index.js",
4
4
  "module": "dist/index.es.js",
5
5
  "types": "dist/index.d.ts",