【发布时间】:2013-07-23 08:19:34
【问题描述】:
我想从表格中隐藏列切换按钮或列选择器按钮出现在表格上方。我正在使用 jQuery Mobile 版本。 1.3.2.
我正在使用这个:
<table data-role="table" id="table-column-toggle" data-mode="columntoggle" class="ui-responsive table-stroke">
<thead class="pearlHeading">
<tr>
<th data-priority="1">S.No.</th>
<th >Name of the Programme</th>
<th data-priority="2">Campus</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
我删除了
data-role="table" id="table-column-toggle" data-mode="columntoggle"
但它不能正常工作
【问题讨论】:
标签: jquery-mobile tablesorter jquery