Page 1 of 1

how to change columns order

PostPosted: Thu Dec 06, 2012 1:16 am
by zhashuyu
When I click "show all", the web pages shows: www.jijesoft.com/en/images/xataface.png
I can see the columns order is : "Book id", "Title", "Author or editor", "ISBN", "Location", "Publisher", "Publish Year", "Audience", "Media", "Status", this is the default order, how can I change columns order to a certain order, like : "Book id", "Title", "Author or editor", "Publisher", "Publish Year", "Audience", "Media", "Status","Location","ISBN"

Libray DB: 0.3.2
OP: fedora 17
apache:2.2.22
php:5.4.8
mysql:5.5.28

Re: how to change columns order

PostPosted: Thu Jan 24, 2013 10:03 am
by shannah
You can change column order by editing the tables/books/fields.ini file, and using the order directive on each field. Check out the fields.ini documentation to help your understanding of how this file is structured:
http://xataface.com/wiki/fields.ini_file

-Steve