bvaughn / react-virtualized

React components for efficiently rendering large lists and tabular data
http://bvaughn.github.io/react-virtualized/
MIT License
26.1k stars 3.05k forks source link

Header Grouping Feature #1753

Open soumyaa1804 opened 2 years ago

soumyaa1804 commented 2 years ago

Header Grouping

In my table, I want a columns which also have sub-column also. I need 2 headers. One for main header and other for any sub-header if any column needs it.

I am looking for something like this. Like here Name is grouped with sub-headers as first name and last name.

image

React-Table library has this functionality. https://betterprogramming.pub/an-introduction-to-react-table-6ebd34d8059e

May I know if we already have this feature or if it could be implemented?