There are live examples running at http://jxlib.org/ ... click the
Examples tab at the top and then pick Grid from the tree on the left
to specifically see the grid example (if that is what you are
interested in).
You can get the code from the Google Code page (http://code.google.com/p/jxlib
)
Cheers
Paul
On 12-Nov-08, at 7:52 AM, Steve Onnis wrote:
Paul
Whats a url to go to and check this out?
Steve
-----Original Message-----
From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of Paul Spencer
Sent: Wednesday, 12 November 2008 11:49 PM
To: [email protected]
Subject: Re: JxLib theme customization (was JxLib - a mootools-based
UI
library)
Hi Tonio,
the grid is probably the least complete component of Jx in comparison
to other frameworks. It is currently in the state we need it to be in
for what we use it for, but we have certainly discussed lots of ideas
around the grid.
ExtJS has done an amazing job with their grid controls. I am not a
big fan of how they use the DOM to build their representations - I
find it a very heavy handed approach - but it may well be that when we
start to discuss how to implement sorting, grouping, editing etc that
my approach will turn out to be very limiting and we will have to redo
the code.
I am definitely looking for ideas on which features are most desirable
for the grid so we can improve it (and willing bodies to help
out!) ... on my short list are:
* automatic sizing of column widths based on data
* user-resizable column widths
* text alignment of data in cells
* editable cells
* sortable based on columns
* pagination
Cheers
Paul
On 12-Nov-08, at 4:20 AM, Tonio wrote:
Just a question : have you planned to add feature to your grid
component ? (ie sort, group, etc)
This is the first thing I see which I could miss using this instead
of
extjs.
Tonio