Zachariah,

Thanks for the word of encouragement!  Do you have any feedback/
lessons learned from your application?
I've made a lot of progress recently in terms of adding a DataView to
drive the grid and optimizing the core loop, but formalizing the API
and writing the documentation haven't been moving very fast.
Unfortunately, without that documentation, a lot of people seem to be
dismissing it at first glance without realizing what makes SlickGrid
different.


+Michael


On Mar 27, 4:24 am, Zachariah <craniumcomput...@gmail.com> wrote:
> Michael,
>
> I am incredibly impressed with the speed of this grid. Last month I
> began a search for the right grid, and I didn't find it. For my
> application, I needed formatting flexibility that tables could not
> offer, and large data-set handling that make most other grids studder.
> I've been using jquery for quite sometime and yet have never been
> compelled to post in the forums until now (as I always found my answer
> before I did). I truly hope an incarnation of SlickGrid makes it into
> jquery ui and therefore gets all the love and attention necessary to
> make it the star it deserves to become.
>
> -Zachariah
>
> On Mar 8, 6:31 pm, Tin <michael.leib...@gmail.com> wrote:
>
>
>
> > Hey All,
>
> > I've been working on a grid/spreadsheet control prototype during the
> > last couple of weeks.  Seeing how there doesn't seem to be a lot of
> > other choices for this sort of thing, I had to write my own.  I've put
> > the project up on Google Code and am looking for experienced
> > developers who can pick this up and turn it into something that
> > everybody can use (a jQuery UI grid plugin?).
>
> > The project is hosted athttp://code.google.com/p/slickgrid/.
> > Below is a copy of the project home page.
>
> > Looking forward to your feedback!
>
> > Michael Leibman
> > michael.leib...@gmail.com
> > Principal Engineer
> > Daptiv Inc.
>
> > --------------------------------------------------------------------------- 
> > ---------------------------------------
>
> > SlickGrid
>
> > What it is
>
> > Quite simply, SlickGrid is a JavaScript grid/spreadsheet component.
>
> > Some highlights:
>
> > Virtual scrolling/rendering (hundreds of thousands of rows)
> > Extremely fast rendering speed
> > Configurable & customizable
> > Full keyboard navigation
> > Resizable/reorderable columns
> > Custom cell formatters & editors
> > Support for editing and creating new rows.
> > "GlobalEditorLock" to manage concurrent edits in cases where multiple
> > Views on a page can edit the same data.
> > Why?
>
> > This is pretty much a work-in-progress prototype, so I don't feel like
> > spending a lot of time documenting it at this stage. I do think it is
> > quite promising though, so I'm putting it up for everybody to see and
> > play with. In its current form, it satisfies nearly all of the
> > requirements for the project I am working on where I am utilizing it
> > in an MVC application, so I'm not sure how much time I can afford on
> > turning SlickGrid into something that would work for everybody. If you
> > are willing to help out - let me know, and I'll add you to the project
> > so that you can contribute.
>
> > Examples
>
> > Basic use:http://slickgrid.googlecode.com/svn/trunk/example1-simple.html
>
> > Adding some 
> > formatting:http://slickgrid.googlecode.com/svn/trunk/example2-formatters.html
>
> > Turning it into a 
> > spreadsheet:http://slickgrid.googlecode.com/svn/trunk/example3-editing.html
>
> > A more comprehensive test 
> > page:http://slickgrid.googlecode.com/svn/trunk/grid.html
>
> > Documentation
>
> > See comments at the top 
> > ofhttp://slickgrid.googlecode.com/svn/trunk/slick.grid.js.

Reply via email to