Commit Graph

12 Commits

Author SHA1 Message Date
xachary a121b32252
fix(BasicTable): BasicTable resize wrong in modal (#3549) 2024-01-16 16:50:57 +08:00
xachary 816553bfcd
feat(demo->BasicTable): add TableSelectionBar and enable checkbox rowSelection demo (#3477)
* feat: add TableSelectionBar

* feat: enable TableSelectionBar for checkbox rowSelection demo
2023-12-29 09:20:02 +08:00
xingyu 9fad2ab631
refactor(demo): table demo use script setup (#3296)
* refactor: /@/ => @/

* refactor: table demo use script setup

* refactor: change /@/ to @/

* feat: add antdv qrcode demo

* style(qrcode): add margin bottom

---------

Co-authored-by: invalid w <wangjuesix@gmail.com>
2023-11-18 16:50:20 +08:00
GauharChan 5de89b5ec5
perf(demo): 动态更换表格配置 (#2793) 2023-05-24 16:42:39 +08:00
tangyh 34781d42e8 feat(Table): 支持设置默认的排序值 2021-10-14 22:15:19 +08:00
JasonYHZ f3cf162af1
feat(table): add getRawDataSource() function (#1029) 2021-08-04 08:59:21 +08:00
无木 125a7d1483 feat(table): support columns-change event
添加列改变事件(含排序、可见性、固定列)。该事件仅由表格设置组件中人为触发。
2021-06-07 12:37:21 +08:00
无木 9f5085c9f9 fix(table): useTable support onChange
修复useTable无法直接通过设置onChange来注册change事件响应的问题
2021-05-30 18:10:16 +08:00
无木 9f4d1719ca fix(table): support change event
修复表格不支持change事件的问题。

fix #677
2021-05-30 17:52:16 +08:00
vben 9edc281322 chore: format code by eslint #222 2021-01-28 23:30:50 +08:00
vben 3549043f37 wip(table): perf table 2020-12-28 23:33:23 +08:00
陈文彬 faf3f4602e feat(table): add table component 2020-10-08 01:35:05 +08:00