Rufus Pollock d339fea2d9 [#119,view/slickgrid][m]: first pass implementation of slickgrid view courtesy of @amercader.
New setup supports:

* Column hiding
* Column reordering
* Column sorting
* Column resizing
* Fit columns to the div width

All these options are stored on the view state and applied when initializing the view if necessary.

Now also utilize slickgrid view as default grid view.
2012-05-27 23:31:42 +01:00

17 lines
618 B
Plaintext

This compiled version of SlickGrid has been obtained with the Google Closure
Compiler, using the following command:
java -jar compiler.jar --js=slick.core.js --js=slick.grid.js --js_output_file=slick.grid.min.js
There are two other files required for the SlickGrid view to work properly:
* jquery-ui-1.8.16.custom.min.js
* jquery.event.drag-2.0.min.js
These are included in the Recline source, but have not been included in the
built file to make easier to handle compatibility problems.
Please check SlickGrid license in the included MIT-LICENSE.txt file.
[1] https://developers.google.com/closure/compiler/