4) 右端と最下段も固定可能に
一番下が最新情報だったり、左下が基準点となることもあるので最下段で固定可能に。
右端は備考列や単位列固定に使える。
オプションが増えると長くなるので、fix-の文字列は無くてもよいかも。
//追加オプション fix-foot
.tablescroll-fix-foot table tfoot{position:sticky;bottom:0;z-index:2}
//追加オプション fix-col-last
.tablescroll-fix-col-last table tr>*:last-child{right:0;position:sticky;z-index:1;border-left:1px solid}
通報 ...