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!
Comments
Comment #1
Psunshine commentedHi,
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.
Comment #2
jhuckabee commentedYou 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.