Skip to content

Commit dad8078

Browse files
committed
Add a link to rowstack
Signed-off-by: Archit <archpndy@gmail.com>
1 parent 697f51d commit dad8078

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
## Editable React Table
1+
# Editable React Table
2+
3+
<!-- prettier-ignore -->
4+
> [!NOTE]
5+
> [Rowstack](https://rowstack.io) is a professional React database component I built that's brilliantly designed, feature rich and performant. Check it out!
26
37
[![Edit editable-react-table](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/editable-react-table-gchwp?fontsize=14&hidenavigation=1&theme=dark)
48

59
![editable-react-table](https://user-images.githubusercontent.com/30985772/118361385-dd7caa00-b5a8-11eb-808b-1b4075f4a09d.gif)
610

7-
### Features
11+
## Features
812

913
- Resizing columns
1014
- Cell data types - number, text, select
@@ -18,7 +22,7 @@
1822
- Changing column data types
1923
- Adding options for cells of type select
2024

21-
### Getting Started
25+
## Getting Started
2226

2327
1. Clone this repository.
2428

@@ -33,11 +37,11 @@ npm install
3337
npm start
3438
```
3539

36-
### Contributions
40+
## Contributions
3741

3842
Contributions are welcome! Feel free to pick an item from the roadmap below or open a fresh issue!
3943

40-
### Roadmap
44+
## Roadmap
4145

4246
- [x] Support for virtualized rows
4347
- [ ] Date data-type

0 commit comments

Comments
 (0)