Michael Leibman
Michael Leibman
As @jelbourn mentioned before, fixing this in Angular Material would require a breaking API change, but for really bad cases with lots of ``s, I've been experimenting with a custom...
As @jelbourn mentioned before, fixing this in Angular Material would require a breaking API change, but for really bad cases with lots of ``s, I've been experimenting with a custom...
I'm having a hard time reading the patch. On Tue, Mar 27, 2012 at 2:57 PM, Jean Senellart < [email protected] > wrote: > > I had a problem when handling...
You can force word wrap via CSS on ".slick-cell", but keep in mind that it won't make the row be sized dynamically depending on the content. Row heights are fixed.
The active cell is set on mouse click, not on mouse up. This would break existing code that relies on being able to intercept onclick and override the default behavior,...
Please add more details so that I can review it. How exactly is the problem manifested (repro steps)? How is your fix addressing the issue?
I cannot merge this without an explanation of what this fixes and how.
How about making it a part of the "resources" parameter instead of individual ones?
Ah, got it. Thanks.