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

https://github.com/exslym/tanstack-table

Build a complex table using React, TanStack Table & Chakra UI.
https://github.com/exslym/tanstack-table

chakra-ui emotion-react emotion-styled react react-datepicker react-table tanstack-table

Last synced: 10 months ago
JSON representation

Build a complex table using React, TanStack Table & Chakra UI.

Awesome Lists containing this project

README

          

## [TanStack Table](https://exslym.github.io/tanstack-table/)

[![preview](https://raw.githubusercontent.com/exslym/tanstack-table/refs/heads/main/public/preview1.png)](https://exslym.github.io/tanstack-table/)


React
Tanstack
ChakraUI
Vite

## 🤖 Introduction

A complex table built using the React TanStack table library. The table includes many cool features like: custom filtering, sorting, pagination, column resizing, etc.
Chakra UI is used to style the components.
Implemented the feature of toggling light/dark theme using next-themes.

## ⚙️ Tech Stack

- [TanStack Table](https://tanstack.com/table/v8)
- [Chakra UI](https://chakra-ui.com/)
- [React DatePicker](https://www.npmjs.com/package/react-datepicker?activeTab=readme)

## 🔋 Features

👉 **Column Resizing**

👉 **Custom Filtering**

👉 **Sorting**

👉 **Pagination**

👉 **Light/Dark Theme Switching**

#