how do you code this design?

Hey guys I need to code this design but I am confused I don’t wanna use table tag, I am going to create a card component but I need to make it structured like a table I may have to make it responsive in future
No description
1 Reply
ChooKing
ChooKing9mo ago
Why don't you want to use a table? This is the perfect situation for using one. If you must avoid it, the simplest alternative is a grid. Table cells can hold divs, so I don't see how making card components would prevent using a table.