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 the class.

My creational pattern like so...

$("#grid").grid({ dataType: 'html' })

My question is, where do I store state? How do I change my grid in
the future? Where would I keep an object to adjust grid properties?

Should I pursue this sort of syntax to change a column's
sortability?

$("#grid").sortable(3, false)

I'd only want sortable for those elements that were now grids.

Thoughts? The Prototype way to do it is to create an object that
acts as a controller. I'm not sure of the jQuery way.

-- 
Alan Gutierrez - 504 717 1428 - [EMAIL PROTECTED] - http://blogometer.com/
                Think New Orleans - http://thinknola.com/

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to