Pegase745 / sqlalchemy-datatables

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

*-to-many? #139

Closed davesteele closed 3 years ago

davesteele commented 3 years ago

The datatables site has an example with a data call (written in php) that returns a rich representation of a table with one-to-many relationships. Javascript datatables handles this well.

I've only seen a flat representation come from this package. Is it possible for the json output to reflect more complex relationships?

I've seen the group_concat examples. I need the output to be searchable.

Thanks

davesteele commented 3 years ago

I found a working solution using https://github.com/orf/datatables.