WordPress の Table Srot Tag 構造
html タグを、ブロックの「カスタム html」で、テキストで入力する。tablesorterクラスを Tableタグに設定すれば、欄がクリック操作でソートできます。
WordPress Table タグ <table id="sample_any_Table" class="tablesorter">
Table Head クラス <th class="dateFormat-ddmmyyyy">Last Date</th>
Table Head クラス <th class="sortless">Sortless</th>
WordPress <thead> <tbody>
| 銀行/信託/証券 | 預金金利 | 10年固定 | 変動 |
|---|---|---|---|
| 三菱UFJ | 1.610 | 0.345 | |
| みずほ | 1.750 | 0.375 | |
| 三井住友信託 | 1.775 | 0.480 | |
| りそな | 2.085 | 0.390 | |
| 三井住友 | 2.150 | 0.625 | |
| 野村証券MRF | 0.0 | ||
| 岡三証券MRF | 0.0 |


コメント