Skip to content

Commit

Permalink
feat(data-table): refactor virtual-scroll (#1295)
Browse files Browse the repository at this point in the history
* refactor(tabs): on-before-leave prop

* fix(tabs): typo

* fix(upload): file can't be removed when file count limit is reached, closes #1401

* 2.19.11

* test(dialog): Update dialog component test (#1404)

* test(data-table): update test (#1411)

* feat(data-table): restructure virtual-scroll

* feat(data-table): optimization

* feat: optimization

* feat(data-table): optimization expanded

* feat: optimization

* feat: optimization

* feat: optimization

* feat: optimization

* feat: optimization

* feat: add change log

* Update src/data-table/src/TableParts/Body.tsx

Co-authored-by: 张乐聪 <[email protected]>
Co-authored-by: songjianet <[email protected]>
Co-authored-by: 07akioni <[email protected]>
  • Loading branch information
4 people authored Oct 26, 2021
1 parent 079b8f4 commit 44fd457
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 219 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

### Feats

- `n-data-table` optimize the logic of underlying rendering and improve component performance.
- `n-date-picker`'s `shortcuts` prop supports functional value.

## 2.19.11 (2021-10-21)
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

### Feats

- `n-data-table` 优化底层渲染的逻辑,提升组件性能
- `n-date-picker``shortcuts` 属性支持传入回调函数

## 2.19.11 (2021-10-21)
Expand Down
Loading

0 comments on commit 44fd457

Please sign in to comment.