<a name="readme-top"></a>

<div align="center">

<h1>antd-table-editable</h1>
A editable table based on antd table

[Changelog](./CHANGELOG.md) · [Report Bug][issues-url] · [Request Feature][issues-url]

<!-- SHIELD GROUP -->

[![NPM version][npm-image]][npm-url] [![NPM downloads][download-image]][download-url] [![install size][npm-size]][npm-size-url]

[![Test CI status][test-ci]][test-ci-url] [![Deploy CI][release-ci]][release-ci-url] [![Coverage][coverage]][codecov-url]

[![contributors][contributors-shield]][contributors-url] [![forks][forks-shield]][forks-url] [![stargazers][stargazers-shield]][stargazers-url] [![issues][issues-shield]][issues-url]

[![ docs by dumi][dumi-url]](https://d.umijs.org/) [![Build With father][father-url]](https://github.com/umijs/father/)

<!-- umi url -->

[dumi-url]: https://img.shields.io/badge/docs%20by-dumi-blue
[father-url]: https://img.shields.io/badge/build%20with-father-028fe4.svg

<!-- npm url -->

[npm-image]: http://img.shields.io/npm/v/antd-table-editable.svg?style=flat-square&color=deepgreen&label=latest
[npm-url]: http://npmjs.org/package/antd-table-editable
[npm-size]: https://img.shields.io/bundlephobia/minzip/antd-table-editable?color=deepgreen&label=gizpped%20size&style=flat-square
[npm-size-url]: https://packagephobia.com/result?p=antd-table-editable

<!-- coverage -->

[coverage]: https://codecov.io/gh/linxianxi/antd-table-editable/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/linxianxi/antd-table-editable/branch/master

<!-- Github CI -->

[test-ci]: https://github.com/linxianxi/antd-table-editable/workflows/Test%20CI/badge.svg
[release-ci]: https://github.com/linxianxi/antd-table-editable/workflows/Release%20CI/badge.svg
[test-ci-url]: https://github.com/linxianxi/antd-table-editable/actions?query=workflow%3ATest%20CI
[release-ci-url]: https://github.com/linxianxi/antd-table-editable/actions?query=workflow%3ARelease%20CI
[download-image]: https://img.shields.io/npm/dm/antd-table-editable.svg?style=flat-square
[download-url]: https://npmjs.org/package/antd-table-editable

</div>

## Introduction

Antd Editable Table

## Usage

### Install

```bash
npm i antd-table-editable
// or
yarn add antd-table-editable
// or
pnpm add antd-table-editable
```

### Docs

[docs](https://linxianxi.github.io/antd-table-editable/)

## Changelog

[CHANGELOG](https://linxianxi.github.io/antd-table-editable/changelog)

<div align="right">

[![][back-to-top]](#readme-top)

## </div>

#### 📝 License

Copyright © 2023 - present [linxianxi][profile-url]. <br />
This project is [MIT](./LICENSE) licensed.

<!-- LINK GROUP -->

[profile-url]: https://github.com/linxianxi

<!-- SHIELD LINK GROUP -->

[back-to-top]: https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square

<!-- contributors -->

[contributors-shield]: https://img.shields.io/github/contributors/linxianxi/antd-table-editable.svg?style=flat
[contributors-url]: https://github.com/linxianxi/antd-table-editable/graphs/contributors

<!-- forks -->

[forks-shield]: https://img.shields.io/github/forks/linxianxi/antd-table-editable.svg?style=flat
[forks-url]: https://github.com/linxianxi/antd-table-editable/network/members

<!-- stargazers -->

[stargazers-shield]: https://img.shields.io/github/stars/linxianxi/antd-table-editable.svg?style=flat
[stargazers-url]: https://github.com/linxianxi/antd-table-editable/stargazers

<!-- issues -->

[issues-shield]: https://img.shields.io/github/issues/linxianxi/antd-table-editable.svg?style=flat
[issues-url]: https://github.com/linxianxi/antd-table-editable/issues/new/choose
