Demo: https://productmap.github.io/antd-table-rtk/
- 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.
- Clone the repository:
git clone https://github.com/{Ваше имя}/project.git
- Go to the project directory:
cd project
- Install dependencies:
pnpm install
- Run the project:
vite
- Open a browser and go to the address:
http://localhost:5173
- TypeScript 5.6.2
- Ant Design 5.21.5
- RTK Query 2.3.0