simple-table-core 1.6.1 → 1.6.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 +27 -25
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,6 +7,10 @@
7
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
+ <div align="center">
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
+ </div>
13
+
10
14
  ## Why Simple Table?
11
15
 
12
16
  - **Developer-Friendly Pricing**: Free for individuals & startups, affordable PRO tier for growing businesses - never scales with revenue or team size
@@ -72,48 +76,46 @@ Explore Simple Table's capabilities with these focused examples:
72
76
  - **[Themes](https://www.simple-table.com/docs/themes)** - Apply built-in themes or create your own
73
77
  - **[Custom Icons](https://www.simple-table.com/docs/custom-icons)** - Replace default icons with your own
74
78
 
75
- ## Features
79
+ ## 🎯 Examples & Use Cases
76
80
 
77
- - **Data Management**
81
+ ### Real-World Examples
78
82
 
79
- - Sorting, filtering, and grouping
80
- - Pagination and infinite scrolling
81
- - Row and column virtualization for large datasets
82
- - Export to CSV/Excel
83
+ See Simple Table in action across different industries:
83
84
 
84
- - **Customization**
85
- - Custom cell rendering and editors
86
- - Responsive design
87
- - Flexible styling options
88
- - TypeScript support
85
+ <div align="center">
89
86
 
90
- ## Live Demo
87
+ **CRM Leads**
91
88
 
92
- <div align="center">
93
- <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" />
94
- </div>
89
+ <br />
90
+ <br />
95
91
 
96
- ## 🎯 Live Examples
92
+ <img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/crm-light.png?raw=true" alt="CRM Leads" width="800" />
97
93
 
98
- Explore our interactive examples with complete source code:
94
+ **HR Dashboard**
95
+
96
+ <img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/HR-dark.png?raw=true" alt="HR Dashboard" width="800" />
99
97
 
100
- ### 📊 **[Finance Dashboard](https://www.simple-table.com/examples/finance)**
98
+ <br />
99
+ <br />
101
100
 
102
- Complete financial data table with advanced filtering and sorting
101
+ **Manufacturing**
103
102
 
104
- ### 💰 **[Sales Dashboard](https://www.simple-table.com/examples/sales)**
103
+ <img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/manufacturing-light.png?raw=true" alt="Manufacturing Dashboard" width="800" />
105
104
 
106
- Sales analytics table with custom cell renderers and grouping
105
+ </div>
107
106
 
108
- ### 📘 **[Documentation & More Examples](https://www.simple-table.com/docs/installation)**
107
+ ### Interactive Examples
108
+
109
+ Explore our interactive examples with complete source code:
109
110
 
110
- Browse all available examples and comprehensive documentation
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
111
114
 
112
115
  ## 📚 Resources
113
116
 
114
- - **🌐 Website**: [Simple Table](https://www.simple-table.com/)
117
+ - **🌐 Website**: [simple-table.com](https://www.simple-table.com/)
115
118
  - **📖 Documentation**: [Complete Documentation](https://www.simple-table.com/docs/installation)
116
- - **🚀 Quick Start**: [Get Started Now](https://www.simple-table.com/docs/quick-start)
117
119
 
118
120
  ## 💰 Pricing
119
121
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.6.1",
2
+ "version": "1.6.3",
3
3
  "main": "dist/index.js",
4
4
  "module": "dist/index.es.js",
5
5
  "types": "dist/index.d.ts",