wwwsqldesigner
wwwsqldesigner copied to clipboard
Integrate with an admin panel

- When I drag on the canvas, the dragged area is away from where my cursor is
- Was this designed to integrate "easily" with other HTML/CSS?
- Has anyone else manage to do so?
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.
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.
What I did was have a CRUD and on each row included a <a href=... that opens in a new tab. It kinda works. :)