[jQuery] Re: SlickGrid updates!

2009-12-17 Thread Tin
The SlickGrid source code has been migrated to GitHub: http://github.com/mleibman/SlickGrid

[jQuery] SlickGrid updates!

2009-12-15 Thread Tin
SlickGrid keeps growing! SlickGrid now has a Google Group where you can get help, provide feedback and ideas for improvement, and ask questions: http://groups.google.com/group/slickgrid NEW FEATURES: - Row reorder support. Column definitions can now be marked with "behavior:move" property to

[jQuery] SlickGrid updates

2009-11-23 Thread Tin
Lots of changes in this one: - Updated jQueryUI to 1.7.2. - Updated jQueryUI theme. - Started putting preliminary support for jQueryUI themes CSS framework. - Removed unminified library files. - New option in SlickGrid: "leaveRoomForNewRows". False by default (a change from the previous version).

[jQuery] New SlickGrid example page - AJAX loading

2009-10-08 Thread Tin
A lot of people have been asking for an example of how to use SlickGrid with remote data stores. I've just added a new sample page that does just that: http://slickgrid.googlecode.com/svn/trunk/examples/example6-ajax-loading.html The page will pull all Apple-related stories from Digg.com and di

[jQuery] Re: Call for contributors: A simple, fast and flexible grid/spreadsheet component.

2009-05-21 Thread Tin
> Do you plan to continue developing this? I'm sure there are a lot of > developers looking for this kind of grid > > Thanks for your work Michael, > Douglas > > On Mar 31, 1:02 am, Tin wrote: > > > > > Ryan, > > > Frozen columns is one of the TODOs

[jQuery] Re: A Tree which can be filtered or searched....

2009-04-02 Thread Tin
gt; > > > On Thu, Apr 2, 2009 at 11:38 PM, Tin wrote: > > > Ravish, > > I've added a collapse/expand example to SlickGrid.  Check it out at > >http://slickgrid.googlecode.com/svn/trunk/example5-collapsing.html > > > On Apr 2, 2:31 pm, Jack Killpatrick

[jQuery] Re: A Tree which can be filtered or searched....

2009-04-02 Thread Tin
Ravish, I've added a collapse/expand example to SlickGrid. Check it out at http://slickgrid.googlecode.com/svn/trunk/example5-collapsing.html On Apr 2, 2:31 pm, Jack Killpatrick wrote: > Right, I was thinking maybe treetable combined with the quicksearch > plugin... ie: the quicksearch plugin

[jQuery] Re: A Tree which can be filtered or searched....

2009-04-01 Thread Tin
Ravish, Take a look at SlickGrid at http://slickgrid.googlecode.com (example 4). While it is an editable grid and not a tree, the tree-like expand/ collapse functionality is easily implemented and the DataView allows expanding/collapsing/searching/sorting/etc with 100'000 items with ease even on

[jQuery] Re: Call for contributors: A simple, fast and flexible grid/spreadsheet component.

2009-03-30 Thread Tin
Ryan, Frozen columns is one of the TODOs in the slick.grid.js :) It is definitely something that I think needs to be added in. For the past week, I have mostly concentrated on improving performance and the ability to adjust to the browser's performance and not jump into async rendering mode prem

[jQuery] Re: Call for contributors: A simple, fast and flexible grid/spreadsheet component.

2009-03-27 Thread Tin
d 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. > >

[jQuery] Re: Call for contributors: A simple, fast and flexible grid/spreadsheet component.

2009-03-20 Thread Tin
d Chrome/Safari. The slider can't keep up with the processing, but sorting and filtering by task title works fine. On Mar 20, 1:23 am, Tin wrote: > Sridhar, > > The grid itself is fairly data-agnostic.  It reads the data through > the JavaScript array interface, but what drive

[jQuery] Re: Call for contributors: A simple, fast and flexible grid/spreadsheet component.

2009-03-20 Thread Tin
. I am still learning jquery. I wish I could have contributed for > this. By the way, I am trying to use this in asp.net 2.0 > > Thanks, > sridhar. > > On Mar 18, 5:25 pm, Tin wrote: > > > > > Updated the last example (http://slickgrid.googlecode.com/svn/trunk/

[jQuery] Re: Call for contributors: A simple, fast and flexible grid/spreadsheet component.

2009-03-18 Thread Tin
Updated the last example (http://slickgrid.googlecode.com/svn/trunk/ example4-model.html) with column sorting (click on column headers). Some grid code refactoring plus multiple bug fixes and performance enhancements (try the slider!).

[jQuery] Re: Call for contributors: A simple, fast and flexible grid/spreadsheet component.

2009-03-17 Thread Tin
More updates to the Model (DataView). Added: - addItem - insertItem - updateItem - deleteItem Plus a bunch of bug fixes and code cleanup. Demo: http://slickgrid.googlecode.com/svn/trunk/example4-model.html

[jQuery] Re: Call for contributors: A simple, fast and flexible grid/spreadsheet component.

2009-03-16 Thread Tin
Guys, I've finally gotten around to implementing a sample Model to drive the SlickGrid. As it stands right now, it provides a filtered/sorted view of the data as well as a mechanism to resort or update the filters. Whenever the data in the view changes, the model fires onRowCountChanged and/or o

[jQuery] Re: Call for contributors: A simple, fast and flexible grid/spreadsheet component.

2009-03-14 Thread Tin
ouldn't be too bad), locking columns, > > locking header (done) and locking footer. I implemented these in my > > prototype already, as well as the rendering from table element. > > Anyway, I would love to help out in some capacity, if you're looking > > to develop

[jQuery] Re: Call for contributors: A simple, fast and flexible grid/spreadsheet component.

2009-03-13 Thread Tin
t caught my eye. Do you by chance have a known-issues list > (outside of what would come from maybe making it a plugin or something)? > > Looks like a great contrib. > > Thanks, > Jack > > > > Tin wrote: > > One more point. > > While this may not be immediatel

[jQuery] Re: Call for contributors: A simple, fast and flexible grid/spreadsheet component.

2009-03-09 Thread Tin
tChanged event triggers the recalculation of the virtual canvas - grid.resizeCanvas(). Together, this pattern makes for an incredibly efficient, flexible and, most importantly, scalable implementation. I hope this helps explain some of the design elements behind SlickGrid. +Michael On Mar 9, 6:58 

[jQuery] Re: Call for contributors: A simple, fast and flexible grid/spreadsheet component.

2009-03-09 Thread Tin
ldren. > > cheers, > - ricardo > > On Mar 8, 9:31 pm, Tin 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 > > o

[jQuery] Call for contributors: A simple, fast and flexible grid/spreadsheet component.

2009-03-08 Thread Tin
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

[jQuery] Re: Deep $.extend() doesn't work with Date objects

2009-02-08 Thread Tin
ag, your date will be in the clone, but > in this case it's no clone, but a reference to the original date > object. > > by(e) > Stephan > > 2009/2/5 Tin : > > > > > > > Hi guys, > > I'm trying to create a deep copy of an object with $.extend

[jQuery] Deep $.extend() doesn't work with Date objects

2009-02-05 Thread Tin
Hi guys, I'm trying to create a deep copy of an object with $.extend(true, {}, obj), but I've noticed that all of the dates get copied as a simple Object with no properties. Here's a sample code that demonstrates it: var clone = $.extend(true, {}, {myDate:new Date()}); // clone.myDate returns {