[jQuery] Grid and Storing State

2006-11-15 Thread Alan Gutierrez
I'd like to create a Grid for my application. I've started here... http://blogometer.com/repository/etude/jQuery/grid/grid.html ...with the first issue being one of sizing the columns. I'm doing this by applying a class to each column and heading in an HTML table and then adjusting the rules of

Re: [jQuery] Grid and Storing State

2006-11-17 Thread Alan Gutierrez
I've moved over to YI Library because of the nice Yui-Ext grid control and because it's much easier to figure out where to store the UI state in control or "plugin", you keep it in the controller object. I'm still curious though, if you had to maintain meta-data about a control, like the sort func