Kenneth G. Franqueiro
Kenneth G. Franqueiro
Thanks for the JSFiddle; I can see it clearly there. I could've sworn we resolved this in the past via some `height: 100%` rules in ColumnSet's styles, but they don't...
My first inclination would be to ensure that members defined by Selection, e.g. the `select` method, still exist on your grid instance. Also, if you're using a store, make sure...
Would you be able to also provide sample code (e.g. via https://gist.github.com/) to help reproduce this issue?
Deleting that line ([L262](https://github.com/SitePen/dgrid/blob/v0.4.0/Keyboard.js#L262) in 0.4.0) would potentially cause future grid row modifications to incorrectly "restore" focus when there's no longer focus to be restored. Are you saying that you're...
Putting @mike1a2a3a's comment from #1273 here since it is more relevant here than there: > Some benefits: > - You could change the table-layout to be 'auto' instead of 'fixed'...
I suppose I should really start by asking what intent/reasoning is behind your question, but hopefully I can at least provide some justification here for anyone else wondering as well....
I'm assuming this is focused on `dstore/Request`? The title is vague. `dstore/Request` does support query string parameters for ranges, through `rangeStartParam` and `rangeCountParam`. However, there are a few annoyances and...
It occurs to me that you might be able to get away with extending the `parse` method for the purpose of customizing how items are retrieved. However, it seems like...
I'm confused... doesn't dstore/Request already support this? https://github.com/SitePen/dstore/blob/v1.0.1/Request.js#L75-L86 (It also supports a `limit(...)` syntax in the query parameter by default... it doesn't use headers by default, which OTOH breaks people...
I suppose there is room for arguing for a `mdc-button-min-width` mixin. I agree that we need to document cases in which this is appropriate, and possibly pitfalls to avoid. However,...