DEV Community

Discussion on: Need help / suggestions on a project

Collapse
 
arberbr profile image
Arber Braja

One thing that can be done, dont know if its worth doing since it might require some time could be:

  • create a panel where you can add tables dynamically.
  • each new table added and saved in db gets shown in frontend as an empty div
  • style the div to have a specific with and height using css.
  • use some kind of drag and drop js/jquery library to make the divs draggable in a pane.
  • configure the div/tables by moving them around on the pane until you are happy.