An open API service indexing awesome lists of open source software.

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

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)