Skip to content

Commit

Permalink
chore: changed how the right settings are
Browse files Browse the repository at this point in the history
chore: changed how the right settings are controlled by making them a absolte element
  • Loading branch information
MoritzGruber committed Nov 13, 2024
1 parent 70b7b1e commit fa69811
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caisy/league",
"version": "0.12.14",
"version": "0.12.15",
"access": "public",
"types": "dist/types.d.ts",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -104,7 +104,6 @@
"react-colorful": "^5.5.1",
"react-flatpickr": "^3.10.7",
"react-lazyload": "^3.2.0",
"react-table": "^7.7.0",
"react-virtuoso": "^4.3.8",
"react-window": "^1.8.9",
"react-window-infinite-loader": "^1.0.9",
Expand Down
9 changes: 9 additions & 0 deletions src/components/table/HorizontallyScrollableTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,15 @@ export const HorizontallyScrollableTable: FC<ITable> = forwardRef(
</STh>
);
})}
<STh
key={"lol"}
id={"lol"}
style={{
...columns[columns.length - 1].style
}}
>
{"lol"}
</STh>
</STr>
</SThead>
<STbody>
Expand Down
1 change: 1 addition & 0 deletions src/components/table/Table.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ function TableDemo() {
globalFilter={globalFilter}
dataSource={dataSource}
columns={columns}
isHorizontallyScrollable={true}
/>
</div>
);
Expand Down
8 changes: 0 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10117,11 +10117,6 @@ react-refresh@^0.11.0:
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.11.0.tgz#77198b944733f0f1f1a90e791de4541f9f074046"
integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==

react-table@^7.7.0:
version "7.8.0"
resolved "https://registry.yarnpkg.com/react-table/-/react-table-7.8.0.tgz#07858c01c1718c09f7f1aed7034fcfd7bda907d2"
integrity sha512-hNaz4ygkZO4bESeFfnfOft73iBUj8K5oKi1EcSHPAibEydfsX2MyU6Z8KCr3mv3C9Kqqh71U+DhZkFvibbnPbA==

react-virtuoso@^4.3.8:
version "4.3.8"
resolved "https://registry.yarnpkg.com/react-virtuoso/-/react-virtuoso-4.3.8.tgz#eeeb4112d8477b02bec56d55c8030073302ad465"
Expand Down Expand Up @@ -10998,7 +10993,6 @@ string-width@^1.0.1:
strip-ansi "^3.0.0"

"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
name string-width-cjs
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
Expand Down Expand Up @@ -11092,7 +11086,6 @@ strip-ansi@^5.2.0:
ansi-regex "^4.1.0"

strip-ansi@^6.0.0, strip-ansi@^6.0.1:
name strip-ansi-cjs
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
Expand Down Expand Up @@ -11956,7 +11949,6 @@ wrap-ansi@^6.2.0:
strip-ansi "^6.0.0"

wrap-ansi@^7.0.0:
name wrap-ansi-cjs
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
Expand Down

0 comments on commit fa69811

Please sign in to comment.