0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

2行2列を固定してスクロールできる、ヘッダーが階層化されたテーブル

Posted at

概要

下記のようなヘッダーが階層化(グルーピング)されているテーブルがあります。(下記図のようなテーブル)
そんなテーブルのヘッダーを固定してスクロールできるようにします。

スクリーンショット 2025-01-25 16.22.43.png

試行錯誤しながらHTML・CSSで実装したので記録として残します。

実装方法

position: stickyz-index で固定と重なったときを制御します。
私のクラスの振り方が悪いのかもしれませんが、何を対象にするか・しないかに注意しないと固定化されなかったり重なったときの振る舞いが効かなかったりします

See the Pen fool-table by masayasviel (@masayasviel) on CodePen.

おわりに

topとleftの固定位置で幅と高さが若干縮むので、ボーダーを消して背景色のみにして誤魔化すとかtopとleftを調整するとかしてください。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?