simple-table-core 0.7.98 → 0.8.0

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 +3 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,8 +2,7 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/simple-table-core.svg)](https://www.npmjs.com/package/simple-table-core)
4
4
  [![npm downloads](https://img.shields.io/npm/dm/simple-table-core.svg)](https://www.npmjs.com/package/simple-table-core)
5
- [![GitHub stars](https://img.shields.io/github/stars/petera2c/simple-table.svg)](https://github.com/petera2c/simple-table-marketing)
6
- [![Build Status](https://img.shields.io/github/workflow/status/petera2c/simple-table-marketing/CI)](https://github.com/petera2c/simple-table/actions)
5
+ [![GitHub stars](https://img.shields.io/github/stars/petera2c/simple-table-marketing.svg)](https://github.com/petera2c/simple-table-marketing)
7
6
  [![License](https://img.shields.io/npm/l/simple-table-core.svg)](LICENSE)
8
7
 
9
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.
@@ -53,9 +52,7 @@ const QuickStartDemo = () => {
53
52
  rowData: item,
54
53
  }));
55
54
 
56
- return (
57
- <SimpleTable defaultHeaders={headers} editColumns rows={rows} rowHeight={48} selectableCells />
58
- );
55
+ return <SimpleTable defaultHeaders={headers} rows={rows} selectableCells />;
59
56
  };
60
57
 
61
58
  export default QuickStartDemo;
@@ -102,7 +99,7 @@ Check out our live examples with complete source code:
102
99
  Join our growing community to ask questions or share feedback:
103
100
 
104
101
  - **Discord**: [Join us on Discord](https://discord.gg/RvKHCfg3PC)
105
- - **GitHub**: [Report bugs or suggest features](https://github.com/petera2c/simple-table)
102
+ - **GitHub**: [Report bugs or suggest features](https://github.com/petera2c/simple-table-marketing)
106
103
 
107
104
  ## License
108
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-table-core",
3
- "version": "0.7.98",
3
+ "version": "0.8.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",