LoginSignup
0
0

More than 5 years have passed since last update.

TableSorterのヘッダ固定オプション(stickyHeader)について

Last updated at Posted at 2016-04-24

概要

「TableSorter」という列ごとにソートできるjsライブラリがあります。
このライブラリの中で「stickyHeader」というオプションを使うと、ヘッダを固定できます。
このオプションについて、知っておくべきことをまとめます。
http://mottie.github.io/tablesorter/docs/example-widget-sticky-header.html

スクロールしたときヘッダがずれる

table要素のwrapper要素にposition:relative;が指定されていなかったため。

ヘッダが複数行でもヘッダ固定できる

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