frontend
frontend copied to clipboard
Migrate all tables to TanStack from AG Grid
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.