https://github.com/productmap/antd-table-rtk
Ant Design Table component with persist store on React with RTK Query
https://github.com/productmap/antd-table-rtk
antd persistent-storage rtk-query typescript
Last synced: about 2 months ago
JSON representation
Ant Design Table component with persist store on React with RTK Query
- Host: GitHub
- URL: https://github.com/productmap/antd-table-rtk
- Owner: productmap
- Created: 2024-10-24T19:29:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-01T17:19:26.000Z (over 1 year ago)
- Last Synced: 2025-01-01T08:19:26.843Z (over 1 year ago)
- Topics: antd, persistent-storage, rtk-query, typescript
- Language: TypeScript
- Homepage: https://productmap.github.io/antd-table-rtk/
- Size: 1.44 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ant Design Table component with persist store with RTK Query
Demo: [https://productmap.github.io/antd-table-rtk/](https://productmap.github.io/antd-table-rtk/)
## Description
* Saves sorting and filtering settings in LocalStorage and restores them on page reload.
* Multiple columns sorting and filtering.
* Range filter widget.
* Drag and drop sorting and activation of columns.
## Installation
1. Clone the repository: `git clone https://github.com/{Ваше имя}/project.git`
2. Go to the project directory: `cd project`
3. Install dependencies: `pnpm install`
## Usage
1. Run the project: `vite`
2. Open a browser and go to the address: `http://localhost:5173`
## Technologies
* TypeScript 5.6.2
* Ant Design 5.21.5
* RTK Query 2.3.0
## License
[MIT](https://opensource.org/licenses/MIT)