升级antd 基于 antdesign 扩展更便捷的组件, 也有无依赖的组件。 基于替换ExtJs系统。 现代的EPR系统。 虚拟列表
npm install antdesign-uiRewrite an extjs project with antd.
Some antd components have been extended, and there are also independent components that do not depend on antd.
Encapsulates some frequently used hooks
升级 table 滚动条
VirtualTable :
- column sort
- column sort mutiple
- column resize
- column ellipsis // default is true
- column resize callback
- large data performance
VirtualSelect
- large options
Button
like extjs style button
- usePrevious
- useUpdateEffect
- useDebounce
- useScrollbarWidth
use
```
import { useDebounce } from 'antdesign-ui/lib/hooks'
npm i antdesign-ui
yarn add antdesign-ui
`jsx
import { VirtualTable } from "antdesign-ui";
const App = () => (
<>
>
);
`
And import style manually:
`html`
import "antdesign-ui/lib/virtual-table/style.css"
> Continuously update new components
log.md 文件
- 修复滚动 bug
- 默认内置提供设置按钮 SettingButtondrawerSettingElement`
- 支持覆盖设置按钮