On Wed, Nov 25, 2009 at 11:38 PM, Tin <[email protected]> wrote:

> Richard,
> I've only just begun integrating the themes support, but I'm hoping to
> have a fix soon.
>
> Yanick,
> Not sure if that's what you meant by a stretched checkbox column...
> IE does seem to render it slightly bigger.  I'll look into that.
> All the formatters and editors in slick.editors.js are just sample
> reference implementations - they are not part of SlickGrid and you can
> implement your own.
>
> Paul,
> Not sure if selectable plugin would be applicable here (if you meant
> using it for row selection, that is).  SlickGrid is highly dynamic -
> as you scroll, rows are being constantly created and removed while
> being absolutely positioned on the "canvas".  For performance reasons,
> any interaction with the DOM from outside the grid is strictly
> forbidden - developers must use available APIs to provide these sorts
> of behaviors.
>

Yep, row selection. There's not a single grid/table control I saw in my
life that ever did it right, and I think the selectable plugin handles it
pretty well. It's possible that the current version of selectables in the
labs branch wouldn't work too well, since it attaches data to the nodes.
Since everything else is using event delegation, it should be fairly easy
to hook it up though.

Anyway, just a hint in order to no reinvent the wheel - if it should ever
become a candidate for jQuery UI for instance, it's essential it uses
reusable components.

Cheers!


>
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "jQuery UI" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<jquery-ui%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/jquery-ui?hl=en.
>
>
>


-- 
Paul Bakaus
UI Architect @ smart.fm
--
http://paulbakaus.com
http://www.linkedin.com/in/paulbakaus

--

You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.


Reply via email to