Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 馃幐 Group/Nested Data Handling #66

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

SaiFi0102
Copy link
Contributor

@SaiFi0102 SaiFi0102 commented May 10, 2019

Handles nested data like:

[
	{
		"_isGroup": 1,
		"rows": [...rows (can handle nested group objects)...],
		"totals": {...field1: x, field2: y...}
	},
	...
]

And creates either a tree view or empty-row-separated groups list view

Tree View
image

Empty-Row-Separated Groups List View
ListView

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants