Skip to content

Commit 4955049

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

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
## Editable React Table
1+
# Editable React Table
2+
3+
> **Introducing [Rowstack](https://rowstack.io)** \
4+
> [Rowstack](https://rowstack.io) is a professional React database component I built that's brilliantly designed, feature rich and performant. Check it out!
25
36
[![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)
47

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

7-
### Features
10+
## Features
811

912
- Resizing columns
1013
- Cell data types - number, text, select
@@ -18,7 +21,7 @@
1821
- Changing column data types
1922
- Adding options for cells of type select
2023

21-
### Getting Started
24+
## Getting Started
2225

2326
1. Clone this repository.
2427

@@ -33,11 +36,11 @@ npm install
3336
npm start
3437
```
3538

36-
### Contributions
39+
## Contributions
3740

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

40-
### Roadmap
43+
## Roadmap
4144

4245
- [x] Support for virtualized rows
4346
- [ ] Date data-type

0 commit comments

Comments
 (0)