[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

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

2009-05-21 Thread Tin
to this. 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 michael.leib...@gmail.com wrote: Ryan, Frozen columns is one of the TODOs in the slick.grid.js

[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 j...@ihwy.com wrote: Right, I was thinking maybe treetable combined with the quicksearch plugin... ie: the

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

2009-04-02 Thread Tin
at 11:38 PM, Tin michael.leib...@gmail.com 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 j...@ihwy.com wrote: Right, I was thinking maybe treetable

[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

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

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

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

2009-03-20 Thread Tin
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 michael.leib...@gmail.com wrote: Updated the last example (http://slickgrid.googlecode.com/svn/trunk/ example4-model.html) with column

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

2009-03-20 Thread Tin
. 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 michael.leib...@gmail.com wrote: Sridhar, The grid itself is fairly data-agnostic.  It reads the data through the JavaScript array interface, but what drives the datasource

[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

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

2009-03-14 Thread Tin
. Anyway, I would love to help out in some capacity, if you're looking to develop this further. Anatoly On Mar 9, 5:31 am, 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

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

2009-03-13 Thread Tin
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 immediately obvious from what you see in the examples and in the code, the key use of the grid is in MVC

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

2009-03-09 Thread Tin
On Mar 8, 9: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

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

2009-03-09 Thread Tin
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 pm, Tin

[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
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 michael.leib...@gmail.com: 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

[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