Skip to content

Instantly share code, notes, and snippets.

@plusice
plusice / antd-table-sticky.js
Created January 20, 2022 09:12
前端组件
/**
* 使Ant Design Vue的Table组件支持表头sticky
* 单元格宽度必须固定
*/
import { throttle } from '../api/util';
let listenAction;
let container;
let stickyHeader = null;
let originEl = null;