simple-table-core 0.7.97 → 0.7.99
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 +4 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/simple-table-core)
|
|
4
4
|
[](https://www.npmjs.com/package/simple-table-core)
|
|
5
|
-
[](https://github.com/petera2c/simple-table)
|
|
6
|
-
[](https://github.com/petera2c/simple-table/actions)
|
|
5
|
+
[](https://github.com/petera2c/simple-table-marketing)
|
|
6
|
+
[](https://github.com/petera2c/simple-table/actions)
|
|
7
7
|
[](LICENSE)
|
|
8
8
|
|
|
9
9
|
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.
|
|
@@ -53,9 +53,7 @@ const QuickStartDemo = () => {
|
|
|
53
53
|
rowData: item,
|
|
54
54
|
}));
|
|
55
55
|
|
|
56
|
-
return
|
|
57
|
-
<SimpleTable defaultHeaders={headers} editColumns rows={rows} rowHeight={48} selectableCells />
|
|
58
|
-
);
|
|
56
|
+
return <SimpleTable defaultHeaders={headers} rows={rows} selectableCells />;
|
|
59
57
|
};
|
|
60
58
|
|
|
61
59
|
export default QuickStartDemo;
|
|
@@ -102,7 +100,7 @@ Check out our live examples with complete source code:
|
|
|
102
100
|
Join our growing community to ask questions or share feedback:
|
|
103
101
|
|
|
104
102
|
- **Discord**: [Join us on Discord](https://discord.gg/RvKHCfg3PC)
|
|
105
|
-
- **GitHub**: [Report bugs or suggest features](https://github.com/petera2c/simple-table)
|
|
103
|
+
- **GitHub**: [Report bugs or suggest features](https://github.com/petera2c/simple-table-marketing)
|
|
106
104
|
|
|
107
105
|
## License
|
|
108
106
|
|