discovery icon indicating copy to clipboard operation
discovery copied to clipboard

A framework for rapid data (JSON) analysis, shareable serverless reports and dashboards

Results 38 discovery issues
Sort by recently updated
recently updated
newest added

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' } } ```

Feature 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...

dependencies

![image](https://user-images.githubusercontent.com/6654581/100115418-8b718c00-2e83-11eb-8305-2bcc18e4957b.png)

![Запись-экрана-2020-11-24-в-14 03 12](https://user-images.githubusercontent.com/6654581/100094274-d1215b00-2e69-11eb-97f6-43bc68b87163.gif)

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 :(