I'm a newbie developer and I rely a lot on resources available on the web. I am developing this kind of table where it needed to be merged but I am using the react table TanStack latest version.
This is the table I want to create but based on surfing the web, I couldn't see one example or sample that could help me. Is this possible using this TanStack React Table package? or if you do know table package that can do it then you can also suggest it. Thank you for your time and understanding of my message. I may be writing it wrong but I hope my intention was delivered.
You can find an example on grouped table on the latest version. https://tanstack.com/table/v8/docs/examples/react/grouping
Basic table https://tanstack.com/table/v8/docs/examples/react/basic Did i answer your question ?