carbon-design-system / ibm-products

A Carbon-powered React component library for IBM Products
https://carbon-for-ibm-products.netlify.app/
Apache License 2.0
83 stars 116 forks source link

Upgrade to React table v8 - v7 has had no meaningful updates for 5 years #4977

Open lee-chase opened 3 weeks ago

lee-chase commented 3 weeks ago

The problem

The version of react-table in use last had meaningful updates 5 years ago. Not only does this mean the documentation for V7 is hard to find but also that we are building new functionality on an old code base, but also that we are missing out on new functionality such as custom filters.

Missing functionality such as global filters puts use of Datagrid in doubt and may result in teams rolling their own DataTable. It is also at great risk of failing in future versions of React or hitting a security issue.

The solution

Migrate to v8 https://tanstack.com/table/latest/docs/guide/migrating

Design link

No response

Links to other materials

No response

Owner/main maintainer(s)

?

Second/backup maintainer(s)

No response

Product/offering

No response

Business priority

None

Code of Conduct