xontable 0.2.2 → 0.2.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.
- package/README.md +12 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -141,6 +141,18 @@ const columns: ColumnDef<Row>[] = [
|
|
|
141
141
|
- React 19+
|
|
142
142
|
- Peer deps: `react`, `react-dom`
|
|
143
143
|
|
|
144
|
+
## Keywords
|
|
145
|
+
- spreadsheet
|
|
146
|
+
- grid
|
|
147
|
+
- table
|
|
148
|
+
- react
|
|
149
|
+
- typescript
|
|
150
|
+
- editable
|
|
151
|
+
- data-grid
|
|
152
|
+
- excel
|
|
153
|
+
- google-sheets
|
|
154
|
+
- clipboard
|
|
155
|
+
|
|
144
156
|
## Troubleshooting
|
|
145
157
|
|
|
146
158
|
**Error: Could not resolve "./styles/xontable.css"**
|