frappe / datatable

The Missing Javascript Datatable for the Web
https://frappe.io/datatable
MIT License
1.02k stars 164 forks source link

feat: 🎸 Group/Nested Data Handling #66

Open SaiFi0102 opened 5 years ago

SaiFi0102 commented 5 years ago

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