The SlickGrid source code has been migrated to GitHub:
http://github.com/mleibman/SlickGrid
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
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).
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
> 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
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
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
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
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
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.
>
>
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
. 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/
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!).
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
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
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
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
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
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
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
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
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 {
22 matches
Mail list logo