frontend icon indicating copy to clipboard operation
frontend copied to clipboard

Migrate all tables to TanStack from AG Grid

Open RichDom2185 opened this issue 2 years ago • 1 comments

Following #2437, we now have two different dependencies used for tables.

This causes a lot of unnecessary bloat in our JS bundle.

Ideally, we should use only one library for all our table needs.

Let us migrate away from AG Grid to TanStack table as it it a more popular (and newer) library.

RichDom2185 avatar Jun 20 '23 05:06 RichDom2185