# maishu-wuzhui

> 它是一个简洁，设计优雅，易于扩展，易于使用的表格控件

Latest version **1.21.18** (published 2022-12-14) · 0 weekly downloads

## Install

```sh
npm install maishu-wuzhui
pnpm add maishu-wuzhui
yarn add maishu-wuzhui
bun add maishu-wuzhui
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.21.18 |
| Published | 2022-12-14 |
| First published | 2018-12-19 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 1.7 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | ansiboy |

## Links

- npm: https://www.npmjs.com/package/maishu-wuzhui
- npm.io page: https://npm.io/package/maishu-wuzhui

## Dependencies (2)

- [maishu-dilu](https://npm.io/package/maishu-dilu.md) ^1.8.3
- [maishu-toolkit](https://npm.io/package/maishu-toolkit.md) ^1.6.3

## Recent versions

- 1.21.18 (latest) — 2022-12-14
- 1.21.15 — 2021-11-24
- 1.21.13 — 2021-11-24
- 1.21.12 — 2021-04-19
- 1.21.11 — 2021-04-07
- 1.21.10 — 2021-04-07
- 1.21.8 — 2021-04-02
- 1.20.1 — 2021-04-02
- 1.19.0 — 2021-04-02
- 1.18.0 — 2021-02-22
- 1.17.74 — 2020-09-08
- 1.17.72 — 2020-06-30
- 1.17.70 — 2020-06-30
- 1.17.64 — 2020-06-30
- 1.17.60 — 2020-06-30
- … 70 more at https://npm.io/package/maishu-wuzhui/versions

## README

# WUZHUI

## 简介

它是一个简洁，设计优雅，易于扩展，易于使用的表格控件

## 特点

1. 简洁，易于使用，并且具有良好的语法提示，上手迅速
1. 轻量级，零依赖，易于与第三方框架配合使用
1. 基于 MVC 模式设计，视图与数据分离，易于扩展
1. 使用 TypeScript 编写，代码简洁易于维护

## 为什么使用 WUZHUI

### 全家桶 VS 功能单一

在选择功能全面的类库还是功能单一的类库，我的建议是功能单一的类库好。因为功能越多，意味越复杂，越难维护，在不出任何问题，也不会有任何定制化的需求时还好。但是，对于全端组件来说，这是不可能的。

### JS VS TypeScript

TypeScript 相对于 JS 来说，是要复杂，很多时候还需要定义很多类型，但是好处也是非常明显，使用传统 JS 编写的项目，项目规模大了之后，使得项目的非常难以重构，修改维护成本非常高。

### 函数型 VS 面向对象

个人认为，使用面向对象编程，比起函数型编程，代码更容易组织和扩展。

## 截图

![](docs/img/QQ20180223-130129.png)

## 授权

MIT 协议

## [中文文档](https://ansiboy.github.io/WuZhui/)

## 讨论组

QQ 群：119038574

-----------------------

---
_Source: https://npm.io/package/maishu-wuzhui · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
