Pegase745 / sqlalchemy-datatables

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

Search by single column wrong with different order from the backend #141

Open SimoneGalati21 opened 2 years ago

SimoneGalati21 commented 2 years ago

Hi, thanks for the work done. I am using fastapi and have integrated your project, everything works except if the order of the front end is different from the backend, the search by single column is done on the order of the backend. How can I solve? In addition, in order not to have only the numeric index for each field, I entered mData in the columnDt with the name I want to give. Thank you.

louking commented 2 years ago

is this a dup of https://github.com/Pegase745/sqlalchemy-datatables/issues/131?