Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grid组件支持disable分页大小切换(默认关闭) #110

Merged
merged 2 commits into from
Aug 8, 2016

Conversation

michaelycy
Copy link
Contributor

  1. grid组件支持disable分页大小切换(默认关闭)

@codecov-io
Copy link

codecov-io commented Aug 4, 2016

Current coverage is 31.82% (diff: 100%)

Merging #110 into dev will decrease coverage by 0.01%

@@                dev       #110   diff @@
==========================================
  Files            51         51          
  Lines          2469       2470     +1   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            786        786          
- Misses         1683       1684     +1   
  Partials          0          0          

Powered by Codecov. Last update 0641b8f...7ef863f

@@ -89,7 +90,7 @@ export default {
pager.pageSize = transformedData.pageSize;
pager.totals = transformedData.totals;
pager.totalPages = Math.ceil((transformedData.totals || 0) / pager.pageSize);

console.log(pager);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove console.log

@arzyu arzyu added the reviewed label Aug 8, 2016
@arzyu arzyu merged commit 78e4e31 into dev Aug 8, 2016
@arzyu arzyu deleted the bug-COMPONENTS-74 branch August 8, 2016 10:13
@arzyu arzyu added the released label Aug 9, 2016
DiscipleD pushed a commit to DiscipleD/ccms-components that referenced this pull request Aug 9, 2016
* fix(grid):grid组件支持disable分页大小切换

* fix(grid):grid组件支持disable分页大小切换(默认关闭)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants