discovery
discovery copied to clipboard
A framework for rapid data (JSON) analysis, shareable serverless reports and dashboards
Hi! Let's say I have the following JSON data object inside struct view ` foo: { bar: { items: [1, 2, 3, 4, 5] } } ` Can I somehow...
```js { view: 'tree', itemConfig: { lazy: true, hasChildren: '=some.request.to.show.plus.icon', children: '=some.heavy.request' } } ```
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...


Want to use `defineObjectMarker` like: ``` defineObjectMarker('package', { page: 'package', ref: 'id', title: 'name', params: { instance: 'instance.path' } }) ```
```js addQueryHelpers({ foo() { console.log(this.data); console.log(this.context); } }) ```
- Goto custom page - Click to "Index" - URL is not changed :(