surely-table icon indicating copy to clipboard operation
surely-table copied to clipboard

Performant advanced table component

Results 128 surely-table issues
Sort by recently updated
recently updated
newest added

复现链接:https://stackblitz.com/edit/vitejs-vite-z1eoxv?file=src/components/HelloWorld.vue

[demo](https://codesandbox.io/s/ji-ben-yong-fa-ant-design-vue-3-2-6-forked-lwhyvx?file=/src/demo.vue) 打开demo, 查看控制台, 再点击全部选中的checkbox, 可以看到, 无论是全选或者全不选, 打印出来的永远都是false

bug

当同时开启排序和列宽拖拽时,当鼠标不是正好在列的右侧边缘线触发拖拽,而是在右侧边缘线偏左一点点触发拖拽时,并且向左拖拽,拖拽时会触发排序事件 ![image](https://user-images.githubusercontent.com/82556554/184054290-e9ce2914-543a-4f13-bf0f-747ef88e8100.png)

enhancement

> 使用会造成列对应不上 并且未悬浮在下方 而是在最后一列的下方 如下图 ![image](https://user-images.githubusercontent.com/54303282/183274133-346f0890-26ae-4dfa-89ed-fb13fef25fba.png) > 如果使用 会导致只会显示一行汇总行但行内没有文字 如下图 ![image](https://user-images.githubusercontent.com/54303282/183274193-1831618b-8823-4e69-b09b-7f4fbfa1d08b.png) > 复现代码 ``` html Total 22222222 22222222 ```

> 表头分组与固定列一起使用会导致列内容是固定 但是列头会跟着左右滚动 > 代码复现 ``` js const columns = [ { title: '合并列1', children: [ { title: "Full Name", dataIndex: "name", width: 200, fixed: 'left' }, { title: "Age",...

![image](https://user-images.githubusercontent.com/47707872/182374884-390f7d11-f482-43ca-bae3-d4f4841e9e7e.png)

enhancement

![image](https://user-images.githubusercontent.com/43474763/166095342-eaf54ecb-9452-4a78-908b-5e0f877f30f1.png) **s-table获取不了,div可以正常获取**

复现链接:https://stackblitz.com/edit/vitejs-vite-z1eoxv?file=src/components/HelloWorld.vue