ondras / wwwsqldesigner

WWW SQL Designer, your online SQL diagramming tool
https://sql.toad.cz/?keyword=online_library
BSD 3-Clause "New" or "Revised" License
2.86k stars 722 forks source link

Integrate with an admin panel #316

Open bilogic opened 1 year ago

bilogic commented 1 year ago

image

  1. When I drag on the canvas, the dragged area is away from where my cursor is
  2. Was this designed to integrate "easily" with other HTML/CSS?
  3. Has anyone else manage to do so?
bilogic commented 1 year ago

I took a closer look, it seems that sqldesigner accounts for only width and height, this implicitly assumes the canvas always starts at 0, 0.

ondras commented 1 year ago

2. Was this designed to integrate "easily" with other HTML/CSS?

Nope. This was meant as a standalone app. But there are certainly ways to introduce/increase interoperability.

bilogic commented 1 year ago

What I did was have a CRUD and on each row included a <a href=... that opens in a new tab. It kinda works. :)