On Wed, Aug 3, 2011 at 7:19 PM, Roger Studner wrote:
> I'm trying to detect a checkbox selection "click" so I can do some other work
> (enable a button/change some css.. trivial stuff)
>
> I tried GWTQuery, which fails (I can bind a click handler to every checkbox..
> but after 1 click, CellTabl
I'm trying to detect a checkbox selection "click" so I can do some other work
(enable a button/change some css.. trivial stuff)
I tried GWTQuery, which fails (I can bind a click handler to every checkbox..
but after 1 click, CellTable appears to remove my bindings hah)
I've tried overriding pil