课程/WebApp/前端开发
jQM Web App –列车时刻表
-
-
Sandaydi
2018-06-24
jqm 表格 回流表格模式
-
截图
0赞 · 0采集
-
-
Sandaydi
2018-06-24
jqm 表格
-
截图
0赞 · 0采集
-
-
youling0106
2018-01-29
- table-stroke给表格增添下划线
-
0赞 · 0采集
-
-
youling0106
2018-01-29
- 表格样式
-
截图
0赞 · 0采集
-
-
慕前端9358413
2017-08-20
- jqm表格
-
截图
0赞 · 0采集
-
-
慕前端9358413
2017-08-20
- 表单自适应宽度
-
截图
0赞 · 0采集
-
-
qq_风_187
2017-08-15
- 表格添加线条
-
截图
0赞 · 0采集
-
-
qq_风_187
2017-08-15
- 表格设置
-
截图
0赞 · 0采集
-
-
慕瓜5189485
2017-08-08
- <div data-role="main" class="ui-content">
<p>回流模型表格在屏幕尺寸足够大时是水平显示,而在屏幕尺寸达到足够小时,所有的数据会变成垂直显示。</p>
<table data-role="table" data-mode="reflow" class="ui-responsive table-stroke">
<thead>
<tr>
<th>CustomerID</th>
<th>City</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Alfreds Futterkiste</td>
</tr>
</tbody>
</table>
</div>
对于响应式表格,你必须包含 <thead> 和 <tbody> 元素。
不要使用 rowspan 或 colspan 属性; 响应式表格中是不支持这两个属性的。
table-stroke 给表格每行添加一个下划线
-
0赞 · 0采集
-
-
不忘初心2015
2017-06-09
- 表格 回流表格模式
<table data-role="table" data-mode="reflow" class="ui-responsive table-stroke"> table-stroke 给表格每行添加一个下划线
-
0赞 · 1采集
-
-
Lhisense
2017-02-17
- <div role="main" class="ui-content">
<table data-role="table" data-mode="reflow" class="ui-responsive table-stroke">
<thead>
<tr>
<th>第一列</th>
<th>第二列</th>
<th>第三列</th>
</tr>
</thead>
<tbody>
<tr>
<th>111</th>
<th>222</th>
<th>333</th>
</tr>
<tbody>
</table>
</div>
-
0赞 · 0采集
-
-
刀锋少年
2016-11-17
- <table data-role="table" data-mode="reflow" class="ui-responsive table-stroke">
<thead>
<tr>
...
-
0赞 · 0采集
-
-
小鱼儿12138
2016-10-10
- jQuery Mobile表格
-
截图
0赞 · 0采集
-
-
ScratToo
2016-07-21
- JQM 表格
-
截图
0赞 · 0采集
-
-
jolly_chen
2016-06-05
- table-stroke样式给table的每一行添加border-bottom
-
截图
0赞 · 1采集
-
-
jolly_chen
2016-06-05
- 回流式表格的实现
-
截图
0赞 · 1采集
-
-
jolly_chen
2016-06-05
- 表单式表格
-
截图
0赞 · 0采集
-
-
jolly_chen
2016-06-05
- JQM为表格提供回流表格模式:宽屏下,是一个普通表格;窄屏下,是一个表单式表格
-
截图
0赞 · 0采集
-
-
an202
2016-05-06
- jQuery-moblie表格
-
截图
0赞 · 0采集
-
-
飞鸿影
2016-04-17
- 响应式表格
-
截图
0赞 · 0采集
-
-
霜花似雪
2016-03-28
- jQuery Mobile表哥
-
截图
0赞 · 0采集
-
-
Coande
2016-01-24
- 表格自适应。JQM写UI时很多使用原生HTML代码,部分添加data-*即可,而不需要过多写css,js等,这种方式`侵入性`比较小。
-
截图
0赞 · 1采集
-
-
pkjy
2015-12-17
- 回流表格模式 reflow table mode
给table标签增加 data-role="table" data-mode="reflow" class="ui-responsive"
表格增加下滑线 class="table-stroke"
-
0赞 · 0采集
-
-
紫筱姣姣
2015-09-22
- 表格,流式表格,加边框
-
截图
0赞 · 0采集
-
-
紫筱姣姣
2015-09-22
- 表格,需要加的一些属性,成为流式表格
-
截图
0赞 · 0采集
-
-
洛雪
2015-08-20
- 回流表格模式 reflow table mode
给table标签增加 data-role="table" data-mode="reflow" class="ui-responsive"
表格增加下滑线 class="table-stroke"
-
0赞 · 0采集
-
-
木子橙
2015-08-11
- <table data-role="table" data-mode="reflow" class="ui-responsive table-stroke">
-
0赞 · 0采集
-
-
枫小生
2015-08-07
- 表格:
1、回流表格模式;
2、给表格添加data-role="table";data-mode="reflow";class="ui-responsive table-stroke"
-
0赞 · 0采集
-
-
fat401
2015-07-24
- 回流表格模式 reflow table mode
data-role="table" data-mode="reflow" class="ui-responsive"
表格增加下滑线 class="table-stroke"
-
截图
0赞 · 0采集
-
-
努力的开发人员
2015-06-09
- 自适应表格
-
截图
0赞 · 0采集