wwwsqldesigner icon indicating copy to clipboard operation
wwwsqldesigner copied to clipboard

Integrate with an admin panel

Open bilogic opened this issue 3 years ago • 3 comments

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 avatar Sep 11 '22 05:09 bilogic

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.

bilogic avatar Sep 11 '22 07:09 bilogic

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.

ondras avatar Sep 15 '22 15:09 ondras

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

bilogic avatar Sep 15 '22 15:09 bilogic