javascriptraphael

Is there any way to draw a table using Raphael js library


I am using Raphael JS to creating a ERD like tool, but don't know to to create a table like instance by using Raphael.


Solution

  • Raphael can draw anything, but if you're doing a lot of manual creation of tables and so forth than you're probably fighting the framework. My favorite aspect of the library is that is works so seamlessly with traditional HTML, CSS and Javascript. I would strong suggest taking what you want from HCJ and using Raphael for whatever that can't easily do.