Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 666 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 666 Bytes

Dragtable a jQuery Widget to re-order table columns via drag and drop

Project home page: http://jebaird.com/blog/dragtable-jquery-ui-widget-re-arrange-table-columns-drag-drop

Getting started development

dragtable uses funcunit for functional testing so you will need to do the following. These steps aren't necessary if you just want to use the widget.

fork this repo and run

git submodule init

git submodule update this should pull down https://github.com/bitovi/steal https://github.com/bitovi/funcunit

this should pull down steal and funcunit

then go into funcunit/ and run the same commands

you should be already for testing and development