X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/f5240829880f87e0cf581c6a296e436fdef0ef80..HEAD:/examples/grid/array-grid.html diff --git a/examples/grid/array-grid.html b/examples/grid/array-grid.html index 2daaa949..a717113d 100644 --- a/examples/grid/array-grid.html +++ b/examples/grid/array-grid.html @@ -1,52 +1,46 @@ + Stateful Array Grid Example - - - - - + + - - - - - - - - - - - - - + .x-ie6 .x-action-col-cell img.buy-col { + background-image: url(../shared/icons/fam/accept.gif); + } + .x-ie6.x-action-col-cell img.alert-col { + background-image: url(../shared/icons/fam/error.gif); + } - + .x-ie6 .x-action-col-cell img { + position:relative; + top:-1px; + } + -

Stateful Array Grid Example

@@ -54,7 +48,6 @@

The grid is stateful so you can move or hide columns, reload the page, and come back to the grid in the same state you left it in.

Note that the js is not minified so it is readable. See array-grid.js.

-
\ No newline at end of file