Pegase745 / sqlalchemy-datatables

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

[Question] How to specify column name for front end #134

Open maigaobridge opened 3 years ago

tdamsma commented 3 years ago

Add a .alias('Desired name') clause to the column query passed into ColumnDT

vlasvlasvlas commented 3 years ago

Add a .alias('Desired name') clause to the column query passed into ColumnDT

do you have a full example of alias or label in ColumnDT? thanks!