Skip to content

cocuh/SVG-Table

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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