Pegase745 / sqlalchemy-datatables

SQLAlchemy integration of jQuery DataTables >= 1.10.x (Pyramid and Flask examples)
MIT License
159 stars 67 forks source link

Anyway to get column's children for treeGrid? #109

Closed gotounix closed 5 years ago

gotounix commented 6 years ago

TreeGrid extension for DataTables

{
"data": 
    [
        {
            "name": "Tiger Nixon",
            ...
            "children": [
                {
                    "name": "Hermione Butler",
                    ...
                }
            ]
        }
    ]
} 
Pegase745 commented 6 years ago

Never used this extension, I'll let you know

tdamsma commented 5 years ago

Closed old issue