Closed luciman closed 8 years ago
Thanks for your feedback. I'll try your code, and keep you posted asap.
could I ask what version of DataTables were you using ?
1.10.2
I was using your preview pyramid example and if I remove the bottom search (column based, <tfoot>
tag) the top search doesn't function without the above modifications (I realized later the culprit).
Thanks a lot!
:+1:
Hi,
I tried using your code in a flask sqlalchemy/postgresql setup in python 3.4 and in order to function I had change starting with row287:
replaced with
as I was getting postgresql syntax errors regarding the sorting table name.
Also, in order to have a functional search function I changed: from row225:
with
Do you think there was another problem on my side or should I make a pull request? Thanks for your nice repo.