chainer / chainerui

ChainerUI: User Interface for Chainer
MIT License
170 stars 30 forks source link

Add order-by option #305

Closed disktnk closed 5 years ago

disktnk commented 5 years ago

To be more static to show "last log" on the table.

ofk commented 5 years ago

Do you want to pass the lambda to order_by ?

cf. https://docs.sqlalchemy.org/en/13/orm/extensions/declarative/relationships.html

disktnk commented 5 years ago

Thanks, I fixed to use lambda and asc function.

ofk commented 5 years ago

Thanks!