Anatoly

Results 13 issues of Anatoly

Whenerever datasets contain no pointBackgroundColor and pointBorderColor options RangeSlider fails to instantiate.

Introduce paging item template (like item template) so that it can be customized.

Implement render callback feature so that we can customise list items rendering process ` let options = { item: (renderContext, itemModel) => .... pareItem: (renderContext, pageItemModel) => ... } `...

`@Override public boolean fromStream(final Stream stream) { stream.collect(Collectors.toCollection(() -> distributor)); return true; }` mekaes me think that topic collects the whole input stream.

Is there any opportunity to pass parameters (or context objects) to registered partial inside the template? Like this: `{{> myPartial (param1, param2....)}}` or something like this.

Implement column lazy rendering (just like rows). Grid gets slow ff the number for columns big (135 in my case)

Any plans on this? It would be cool to have right joins and joins with compound keys

Support size values for labels in the form of vh, vw, rem/em