I need to create a matrix table in a react site. In particular, I want to have a table with both vertical and horizontal headers, with a set of check-boxes for each cell. Something like this (with check-boxes):
Now I am building this site using Ant Design. So, ideally I'd like to know how to do this using Ant Design. But I am open to other solutions also (from other ui libraries, a component library - or something else that I have not thought of).
Any suggestions of how to do this?
Thanks.