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
+12-13
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,20 @@ Responsive and dynamically-sized fixed headers and columns for tables inspired b
6
6
7
7
## Features
8
8
9
-
-Optional fixed column & header
9
+
-Any number of fixed columns & headers
10
10
- Responsive table dimensions (wrap it in any size container and it will fill that container)
11
11
- Dynamic row height & column width (no need to specify width and height in pixels)
12
-
-Rows and columns resize as content resizes
12
+
-Table rows/columns resize as content resizes
13
13
- Custom cells (just make sure your custom cell has `display: table-cell` set)
14
14
- Multiple tables per page
15
15
- Scrollbars that are smooth and visible at all times
16
+
- Native vertical scrolling
17
+
- 0 dependencies
16
18
17
-
Doesn't yet support: Multiple columns/headers, client side sorting, or IE <= 7.
19
+
#### Doesn't yet support
20
+
21
+
- Client side sorting
22
+
- IE <= 7
18
23
19
24
## Getting Started
20
25
@@ -24,7 +29,7 @@ Install `react-sticky-table` using `npm`.
24
29
npm install react-sticky-table --save
25
30
```
26
31
27
-
Make sure you import the mandatory stylesheet: [react-sticky-table/dist/react-sticky-table.css](https://github.com/henrybuilt/react-sticky-table/blob/master/dist/react-sticky-table.css). Feel free to overwrite it, though. It should be unobtrusive.
32
+
Make sure you import the mandatory stylesheet: [react-sticky-table/dist/react-sticky-table.css](https://github.com/henrybuilt/react-sticky-table/blob/master/dist/react-sticky-table.css). It should be unobtrusive.
0 commit comments