Skip to content

Commit

Permalink
修改实例
Browse files Browse the repository at this point in the history
  • Loading branch information
黄书伟 committed Aug 29, 2017
1 parent 5782539 commit e6881a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ http://www.opensource.org/licenses/mit-license.php





8 changes: 4 additions & 4 deletions examples/doc/table/combinedPaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
}, isFrozen: true
},
{field: 'name', width: 100, columnAlign: 'center', isFrozen: true},
{field: 'height', width: 150, columnAlign: 'center', isFrozen: true},
{field: 'gender', width: 100, columnAlign: 'center', isFrozen: false,isResize:true},
{field: 'height', width: 100, columnAlign: 'center', isFrozen: true},
{field: 'gender', width: 90, columnAlign: 'center', isFrozen: false,isResize:true},
{field: 'address', width: 350, columnAlign: 'left',isResize:true},
{field: 'hobby', width: 230, columnAlign: 'center',isResize:true}
{field: 'address', width: 280, columnAlign: 'left',isResize:true},
{field: 'hobby', width: 180, columnAlign: 'center',isResize:true}
],
titleRows: [
Expand Down

0 comments on commit e6881a8

Please sign in to comment.