Skip to content

duandao1950/tableGrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tableGrid on jQuery UI

tableGrid on jQuery UI

Getting Started

Download the production version or the development version.

In your web page:

<link type="text/css" rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
<script src="jquery.js"></script>
<script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
<script src="dist/tableGrid.min.js"></script>
<script>
jQuery(function($) {
  $("#js-grid").tableGrid({
    url:xxx.json
  })
</script>

Documentation

(Coming soon)

Examples

base

Release History

(Nothing yet)

About

tableGrid

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published