Skip to content

productmap/antd-table-rtk

Repository files navigation

Ant Design Table component with persist store with RTK Query

Demo: 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