1
我正在使用JQuery Mobile 1.4。我如何設置列隱藏或取消選中表加載。JQuery Mobile表切換列
這裏是我的代碼部分:
<table data-role="table" id="table-column-toggle" data-mode="columntoggle" class="ui-responsive table-stroke">
<thead>
<th>Movie Title</th>
<th data-priority="1">Rank</th>
<th data-priority="2">Reviews</th>
<thead>
<tbody>
....
</tbody> </table>
如何隱藏在默認點評列或選中它列選項?
TY尋求幫助!我現在明白了。 – 2014-10-02 09:24:25