Pegase745 / sqlalchemy-datatables

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

Pyramid example with YADCF plugin could use some work #71

Closed tdamsma closed 7 years ago

tdamsma commented 7 years ago

I more or less of hacked in the yadcf plugin, by copying the .js and .css dependencies straight from the http://yadcf-showcase.appspot.com/ examples. This works, but not sure if the demo really needs to rely on so many js and css files. I would greatly appreciate it if someone with a bit more front-end experience could:

tdamsma commented 7 years ago

Gave it a shot: https://github.com/Pegase745/sqlalchemy-datatables/pull/78