Default sort on columns?
Psunshine - June 24, 2008 - 19:05
| Project: | Exhibit |
| Version: | 6.x-1.0-alpha1 |
| Component: | Tabular view |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Hi,
First up, thanks for releasing this amazing module that has some serious power!
I have figured out how to import a whole mysql table through the help of a small php class called mysql2json and it is working very efficiently. This gives me 6 columns in tabular view the first two being date and then time. Using ex:sortColumn, is there anyway that I can have the default view based first on the date ASC and then the time ASC??
Thanks for any help anyone can offer!

#1
Hi,
I will leave this active as I am sure this will pop up for others (unless it is very simple and I have overlooked it) although I have actually solved it in my case by ordering the sql in mysql2json class.
#2
You can only sort on a single column in the tabular view (http://simile.mit.edu/wiki/Exhibit/2.0/Tabular_View) as you've indicated with ex:sortColumn.
#3
Automatically closed -- issue fixed for two weeks with no activity.