You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
# React Final Table [](https://opensource.org/licenses/MIT)
2
2
3
-
A headless UI for React tables, inspired by [react-table](https://github.com/tannerlinsley/react-table) but with Typescript
4
-
support built in.
3
+
A headless UI library for React tables, inspired by
4
+
[react-table](https://github.com/tannerlinsley/react-table) but with Typescript
5
+
support built in and a simpler API.
5
6
6
7
## Features
7
8
@@ -34,7 +35,8 @@ npm install react-final-table
34
35
35
36
### `useTable`
36
37
37
-
This is the main hook exposed by the library and should be your entrypoint for any table functionality. Only `columns` and `data` are required as arguments:
38
+
This is the main hook exposed by the library and should be your entrypoint for
39
+
any table functionality. Only `columns` and `data` are required as arguments:
0 commit comments