oscarmlage / django-cruds-adminlte

django-cruds is simple drop-in django app that creates CRUD for faster prototyping
BSD 3-Clause "New" or "Revised" License
424 stars 82 forks source link

List View fields order #82

Closed A4TIF closed 5 years ago

A4TIF commented 6 years ago

In list view, I want to show certain fields in a different order.

class ClientView(CRUDView): model = Client list_fields = ['id', 'client_name', 'country']

But in list page I get Country - Client Name - ID

Why is that?

Using v0.0.13 Django 1.11.11 Python 2.7

luisza commented 5 years ago

@oscarmlage could you please close this Issue, solution was merge days ago.

oscarmlage commented 5 years ago

Sure, thanks both!