We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75cf245 commit 79c8bb2Copy full SHA for 79c8bb2
3 files changed
CHANGELOG.md
@@ -6,6 +6,14 @@ _2025-03-19_
6
7
### Features
8
9
+- no forcing rft-sizer height
10
+
11
+## 1.2.3
12
13
+_2025-03-19_
14
15
+### Features
16
17
- bumps dependencies
18
- adds more class names, and makes the auto sizer fill to height 100%
19
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-fluid-table",
3
- "version": "1.2.3",
+ "version": "1.2.4",
4
"description": "A React table inspired by @tanstack/react-virtual",
5
"author": "Mckervin Ceme <mckervinc@live.com>",
"license": "MIT",
src/styles/main.css
@@ -3,10 +3,6 @@
contain: strict;
}
-.rft-sizer {
- height: 100%;
-}
-
.rft-outer-container {
position: relative;
width: 100%;
0 commit comments