Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は間違った方向に進んでいるかもしれませんが、http://mottie.github.com/tablesorter/docs/example-widget-filter-formatter-1 . html ?
基本的なページ印刷を使用するだけの場合は、フィルターが適用された画面に表示されているとおりにテーブルが印刷されます。
すべての行を表示したい場合は、印刷スタイルを使用して非表示の行をすべて表示します。
@media print { table.tablesorter tbody tr { display: table-row !important; } }