Frachtwerk / essencium-frontend

Next.js based starter monorepo consisting of a component library, types, docs and a boilerplate application.
https://staging.essencium.dev
GNU Lesser General Public License v3.0
17 stars 1 forks source link

Refactor filter functionality for table views #601

Open qhantom opened 1 month ago

qhantom commented 1 month ago

Description Since the current implementation of filters in table views does not make too much sense we need to refactor them. Tanstack table provides a solid solution:

image

Ref

Scope