Gordon Smith
Gordon Smith
FYI I finally got around to releasing the first version: http://hpcc-systems.github.io/Visualization/components/ To install: ```npm install --save @hpcc-js/wc-layout``` Note: It includes React intrinsic typings for folks using TypeScript and React. Hello...
For the web components I am not using preact or any other 3rd party libraries outside of the ones I am wrapping in specific components, like Lumino. For React and...
BTW thanks for the comments on the web site, it is currently out of sync with the sources so will be getting some updates over the comming days / weeks....
Thanks for those links and I will report back once I start some real world testing. But for now: ``` Handling data React passes all data to Custom Elements in...
I would second support for this - sample use case: https://play.hpccsystems.com:18010/?Wuid=W20190503-171109&GraphName=graph2&SafeMode=false&Widget=GraphTree7Widget
I would want to sort both the headers and children in a specific order, My instinct was to look for a "index" item in the markdown header section...
I don't have strong feelings on it, but one comment about the index suggestion is that you don't need to do sequential numbers, IOW: 100, 200, 300 would work equally...
Sure - FWIW the issue happened once I bumped the version from 0.22.4 to the latest alpha: https://github.com/hpcc-systems/Visualization And the rendered page: https://hpcc-systems.github.io/Visualization/
@kiaking - this appears to be resolved now - thx.
I think what I am seeing the same issue, but with "createHashHistory": 1. My URL is: `http://localhost:8080/esp/files/index.html#/main?lastNDays=31&protected=false&state=completed` 2. The user hand edits the URL in the address bar to: `http://localhost:8080/esp/files/index.html#/main?lastNDays=999&protected=true`...