-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Improve Table Performance #9426
Merged
Leopoldthecoder
merged 2 commits into
ElemeFE:dev
from
furybean:fix-table-column-formatter
Jan 30, 2018
Merged
Improve Table Performance #9426
Leopoldthecoder
merged 2 commits into
ElemeFE:dev
from
furybean:fix-table-column-formatter
Jan 30, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10bc85c
to
90c7994
Compare
a-kriya
reviewed
Jan 26, 2018
packages/table/src/table.vue
Outdated
} | ||
}, | ||
|
||
doLayout() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
90c7994
to
37ac24f
Compare
挂了一个测试 |
37ac24f
to
1b6c082
Compare
1b6c082
to
697ba4e
Compare
Leopoldthecoder
approved these changes
Jan 30, 2018
bluejfox
added a commit
to setariajs/setaria-ui
that referenced
this pull request
Feb 7, 2018
Merge commit '3267f8f244887d243f1bc35099a40134fc059574' into current * commit '3267f8f244887d243f1bc35099a40134fc059574': (592 commits) [release] 2.1.0 [build] 2.1.0 Changelog: update for 2.1.0 (ElemeFE#9581) Popover: v-popover directive supports expression (ElemeFE#9564) Update icon.scss (ElemeFE#9534) Doc: add sponsors (ElemeFE#9578) DatePicker: fix date clamping during navigation (ElemeFE#9577) Table: extend height prop usage (ElemeFE#9575) Dropdown: remove transition delay when trigger is click (ElemeFE#9573) Update README.md Collapse: fix nested collapse-item style (ElemeFE#9566) Table: improve performance (ElemeFE#9426) Table: change argument selection to cloned array in selection-change event (ElemeFE#9551) Table: fix expand row hover style (ElemeFE#9554) Notification: add position definition for ElNotificationOptions (ElemeFE#9546) Table: add disabled state to multiple selection header checkbox (ElemeFE#9543) Table: add indeterminate state to multiple selection header checkbox (ElemeFE#9363) Pagination: add keyup event to jumper so it works in IE11 (ElemeFE#9538) Input: fix appended button style in IE11 (ElemeFE#9537) Docs: fix Dialog doc's typo (ElemeFE#9533) ... # Conflicts: # .gitignore # CHANGELOG.zh-CN.md # README.md # build/bin/version.js # build/deploy-ci.sh # components.json # examples/components/footer-nav.vue # examples/components/side-nav.vue # examples/docs/en-US/button.md # examples/docs/zh-CN/button.md # examples/docs/zh-CN/custom-theme.md # examples/docs/zh-CN/datetime-picker.md # examples/docs/zh-CN/dialog.md # examples/docs/zh-CN/form.md # examples/docs/zh-CN/loading.md # examples/docs/zh-CN/quickstart.md # examples/docs/zh-CN/radio.md # examples/docs/zh-CN/tabs.md # examples/docs/zh-CN/time-picker.md # examples/docs/zh-CN/transition.md # examples/docs/zh-CN/upload.md # examples/versions.json # package.json # packages/autocomplete/src/autocomplete.vue # packages/cascader/src/menu.vue # packages/collapse/src/collapse-item.vue # packages/color-picker/src/components/picker-dropdown.vue # packages/date-picker/src/basic/date-table.vue # packages/date-picker/src/basic/month-table.vue # packages/date-picker/src/basic/time-spinner.vue # packages/date-picker/src/basic/year-table.vue # packages/date-picker/src/panel/date-range.vue # packages/date-picker/src/panel/date.vue # packages/date-picker/src/panel/time-range.vue # packages/date-picker/src/panel/time.vue # packages/date-picker/src/picker.vue # packages/dialog/src/component.vue # packages/dropdown/src/dropdown.vue # packages/form/src/form-item.vue # packages/form/src/form.vue # packages/input-number/src/input-number.vue # packages/input/src/input.vue # packages/loading/src/directive.js # packages/loading/src/index.js # packages/menu/src/menu-item.vue # packages/menu/src/menu.vue # packages/menu/src/submenu.vue # packages/message-box/src/main.vue # packages/message/src/main.js # packages/notification/src/main.js # packages/pagination/src/pagination.js # packages/popover/src/main.vue # packages/radio/src/radio-button.vue # packages/radio/src/radio.vue # packages/rate/src/main.vue # packages/select/src/select.vue # packages/table/src/table-column.js # packages/table/src/table-layout.js # packages/table/src/table.vue # packages/tabs/src/tabs.vue # packages/theme-default/src/dialog.css # packages/theme-default/src/index.css # packages/tooltip/src/main.js # packages/transfer/src/transfer-panel.vue # packages/tree/src/tree.vue # packages/upload/src/index.vue # packages/upload/src/upload.vue # src/index.js # yarn.lock
v2.4.8 have same problem //// |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Improve Table performance after table inner width/height changes:
render
function.doLayout
.Fixed: #7681
Fixed: #7948
Fixed: #6276
Fixed: #7997
Fixed: #7530
Fixed: #7897
Please make sure these boxes are checked before submitting your PR, thank you!
dev
branch.