修改说明文档
This commit is contained in:
11
README.md
11
README.md
@@ -1,22 +1,26 @@
|
||||
mobile-fixed-columns-table
|
||||
mobile-fixed-columns-table(v1.0 2013-07-04)
|
||||
====================
|
||||
在移动平台上(Android/iOS...)可用的固定列/表头的表格组件
|
||||
<img src="inspiration/img/preview-pc-browser.jpg" height="387" width="523">
|
||||
|
||||
测试过的手机
|
||||
====================
|
||||
--------------------
|
||||
* 小米1
|
||||
* Note2(N7100)
|
||||
* GT-I8552
|
||||
|
||||
使用方法
|
||||
====================
|
||||
--------------------
|
||||
```JavaScript
|
||||
// 至少需要的参数
|
||||
$('#table').mobileFixedColumnsTable({ // 请参考DataTables的配置
|
||||
'sScrollY': '300px',
|
||||
'sScrollX': '100%',
|
||||
'bScrollCollapse': true,
|
||||
});
|
||||
```
|
||||
|
||||
```JavaScript
|
||||
// 更多的配置项
|
||||
$('#table').mobileFixedColumnsTable({
|
||||
'sScrollY': '300px',
|
||||
@@ -35,6 +39,7 @@ mobile-fixed-columns-table
|
||||
}
|
||||
}
|
||||
});
|
||||
```
|
||||
|
||||
使用效果
|
||||
====================
|
||||
|
||||
BIN
inspiration/img/preview-pc-browser.jpg
Normal file
BIN
inspiration/img/preview-pc-browser.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 60 KiB |
Reference in New Issue
Block a user