Marko Stijak

Results 42 comments of Marko Stijak

Maybe Nuget installation failed. You can always manually copy this file into your project - https://github.com/codaxy/wkhtmltopdf/blob/master/NuGet/Codaxy.WkHtmlToPdf/content/PdfConvert.cs

Have you tried adding `System.Configuration` reference to your project? I'll check if it can be automatically added during NuGet install.

Sample implementation based on [squarify](https://github.com/huy-nguyen/squarify) - https://codesandbox.io/s/4wrxwzxwr0

[Slate](http://slatejs.org) is React based and looks very nice. It should be very simple to use it with CxJS.

The feature is implemented and works like this: ``` [ {key: {}, showFooter: true}, ...(groupingParams || []).map(x => x.id) ]} ``` Is there a better name for the function from...

Yes, we definitely miss this. This page should explain the use-case of Cx widgets within a React application.

This is intentional. One month is still a range. You can select also a year or a quarter with a single click. Maybe we can add "two clicks" mode.

@chris77ve I was curious about Leaflet too, so I made a quick POC. You can see it here: https://codesandbox.io/s/zll15v2ozx I couldn't make markers to render (relative paths), but it was...

Yep, Marker is not complete in the example. You can see how position works for Circle and apply the same logic. On Fri, Jan 4, 2019, 19:19 chris77ve Thank you...

Unfortunately, this cannot work. With menu overflow, there are actualy two ContentPlaceholders with the same name. CxJS doesn't support filling two ContentPlaceholders at the same time. Is it possible to...