Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.
/ SVG-Table Public archive

responsive dynamic svg table generation, with snap.svg and jquery.

License

Notifications You must be signed in to change notification settings

cocuh/SVG-Table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVG-Table

responsive dynamic svg table generator, with snap.svg and jquery.

Deprecated: highly recommend not to use this library

Demo

2014.typowriter.org/SVG-Table/

requirements

I tested following versions.

  • Snap.svg
    • v0.2.0
  • jquery
    • v1.11.1
    • v2.1.1

Note

Snap.svg Plugin

This library includes plugins for snap.svg. Those plugins add following methods.

snap.svg-toggle.js

  • Element.addClass(classes)
  • Element.toggleClass(classes[, toggle])
  • Element.removeClass(classes)
  • Element.show()
  • Element.hide()
  • Element.toggle(toggle)
  • Element.hasClass(toggle)

snap.svg-css.js

  • Element.css(key[, value])
  • Element.disableUserSelect(key[, value])

About

responsive dynamic svg table generation, with snap.svg and jquery.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published