datatable icon indicating copy to clipboard operation
datatable copied to clipboard

feat: 🎸 Group/Nested Data Handling

Open SaiFi0102 opened this issue 6 years ago • 0 comments

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

SaiFi0102 avatar May 10 '19 21:05 SaiFi0102