active-table-react-dev
Advanced tools
Comparing version 0.2.23 to 0.3.0
{ | ||
"name": "active-table-react-dev", | ||
"version": "0.2.23", | ||
"version": "0.3.0", | ||
"description": "Active Table wrapper for React", | ||
@@ -36,3 +36,3 @@ "main": "./dist/activeTable.js", | ||
"@lit-labs/react": "^1.1.1", | ||
"active-table-dev": "^0.2.22" | ||
"active-table-dev": "^0.3.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "devDependencies": { |
@@ -13,23 +13,23 @@ <br /> | ||
- Add/Remove/Move rows/columns | ||
- Max rows/columns | ||
- Index column | ||
- Resizable column widths | ||
- Striped rows | ||
- Add/Remove/Move/Edit rows/columns | ||
- Text validation | ||
- Sorting | ||
- Text validation | ||
- Pagination | ||
- Filtering | ||
- Column types: Text/Number/Currency/Select/Label/Date/Checkbox | ||
- API for building custom column types | ||
- Import/Export/Paste/Drag&Drop csv, xls, xlsx, ods, txt files | ||
- Programmatic cell updates | ||
- Pagination | ||
- Overflow scrollbar | ||
- Import/Export/Paste/Drag&Drop csv, xls, xlsx, ods, txt files | ||
- Reactive dimensions | ||
- Overflow handling | ||
- Everything is customizable! | ||
### :tada: Latest update: Drag & Drop | ||
### :tada: Latest update: Data filtering | ||
<p align="center"> | ||
<img style="margin-left: -15px" width="70%" src="https://raw.githubusercontent.com/OvidijusParsiunas/active-table/HEAD/assets/readme/drag-and-drop.gif" alt="drag-and-drop"> | ||
</p> | ||
<br /> | ||
https://github.com/OvidijusParsiunas/active-table/assets/18709577/e6471759-8330-4e4f-ba40-3a52ec880700 | ||
<br /> | ||
### :computer: Getting started | ||
@@ -52,3 +52,4 @@ | ||
- [x] Support csv, xls, xlsx, ods, txt files | ||
- [ ] Data filtering (<b>In Progress</b> - [branch](https://github.com/OvidijusParsiunas/active-table/tree/data-filtering)) | ||
- [x] Data filtering | ||
- [ ] Column visibility | ||
- [ ] Move row/column by dragging | ||
@@ -55,0 +56,0 @@ - [ ] Pick mode |
75
5152
+ Added@lit/reactive-element@2.0.4(transitive)
+ Addedactive-table-dev@0.3.25(transitive)
+ Addedlit@3.2.1(transitive)
+ Addedlit-element@4.1.1(transitive)
+ Addedlit-html@3.2.1(transitive)
- Removed@lit/reactive-element@1.6.3(transitive)
- Removedactive-table-dev@0.2.22(transitive)
- Removedlit@2.8.0(transitive)
- Removedlit-element@3.3.3(transitive)
- Removedlit-html@2.8.0(transitive)
Updatedactive-table-dev@^0.3.0