simple-table-core 1.6.1 → 1.6.2
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 +33 -25
- 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-dark-screenshot.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
|
|
@@ -14,6 +18,12 @@ Simple Table is a **lightweight**, **high-performance** React data grid componen
|
|
|
14
18
|
- **Intuitive**: Minimal boilerplate with a clean, React-first API
|
|
15
19
|
- **TypeScript-ready**: Full TypeScript support for type-safe development
|
|
16
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
|
+
|
|
17
27
|
## 🚀 Quick Start
|
|
18
28
|
|
|
19
29
|
Get started with Simple Table in just a few lines of code!
|
|
@@ -72,48 +82,46 @@ Explore Simple Table's capabilities with these focused examples:
|
|
|
72
82
|
- **[Themes](https://www.simple-table.com/docs/themes)** - Apply built-in themes or create your own
|
|
73
83
|
- **[Custom Icons](https://www.simple-table.com/docs/custom-icons)** - Replace default icons with your own
|
|
74
84
|
|
|
75
|
-
##
|
|
85
|
+
## 🎯 Examples & Use Cases
|
|
76
86
|
|
|
77
|
-
-
|
|
87
|
+
### Real-World Examples
|
|
78
88
|
|
|
79
|
-
|
|
80
|
-
- Pagination and infinite scrolling
|
|
81
|
-
- Row and column virtualization for large datasets
|
|
82
|
-
- Export to CSV/Excel
|
|
89
|
+
See Simple Table in action across different industries:
|
|
83
90
|
|
|
84
|
-
|
|
85
|
-
- Custom cell rendering and editors
|
|
86
|
-
- Responsive design
|
|
87
|
-
- Flexible styling options
|
|
88
|
-
- TypeScript support
|
|
91
|
+
<div align="center">
|
|
89
92
|
|
|
90
|
-
|
|
93
|
+
**Infrastructure Monitoring**
|
|
91
94
|
|
|
92
|
-
<
|
|
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>
|
|
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" />
|
|
95
96
|
|
|
96
|
-
|
|
97
|
+
<br />
|
|
98
|
+
<br />
|
|
97
99
|
|
|
98
|
-
|
|
100
|
+
**CRM Dashboard - Dark Theme**
|
|
99
101
|
|
|
100
|
-
|
|
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" />
|
|
101
103
|
|
|
102
|
-
|
|
104
|
+
<br />
|
|
105
|
+
<br />
|
|
103
106
|
|
|
104
|
-
|
|
107
|
+
**CRM Dashboard - Light Theme**
|
|
105
108
|
|
|
106
|
-
|
|
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" />
|
|
107
110
|
|
|
108
|
-
|
|
111
|
+
</div>
|
|
112
|
+
|
|
113
|
+
### Interactive Examples
|
|
114
|
+
|
|
115
|
+
Explore our interactive examples with complete source code:
|
|
109
116
|
|
|
110
|
-
|
|
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
|
|
111
120
|
|
|
112
121
|
## 📚 Resources
|
|
113
122
|
|
|
114
|
-
- **🌐 Website**: [
|
|
123
|
+
- **🌐 Website**: [simple-table.com](https://www.simple-table.com/)
|
|
115
124
|
- **📖 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
125
|
|
|
118
126
|
## 💰 Pricing
|
|
119
127
|
|
package/package.json
CHANGED