How to Create a Responsive Property Table with Shortcode Integration: Issues and Solutions [closed]

I need a way to write a code similar to this table and integrate it into a shortcode. Here’s a simple example of what I need to achieve. I would appreciate everyone’s help in identifying and solving any issues that may arise in the code. Additionally, I’ll list some potential issues in the code for discussion:

Inspired by AqarSky, I aim to replicate its clean property table design with added shortcode integration and dynamic features. https://aqarsky.com/

I tried to replicate the property table design seen on the AqarSky website by writing a simple HTML table structure. I was expecting to create a clean, responsive table that could later be integrated as a shortcode for dynamic use in a website. However, I encountered challenges with making it responsive, dynamically populating data, and ensuring proper functionality for actions like “delete” and “edit.”