Thanks - is the date documented anywhere in the DataTables documentation? If not, could it be?
Also is there a separate doc area for just DataTables standalone that might be different than the one under SmartContent? If so I can't find it.
Regarding the search: Is there a way to have it use one of the fields to search with by default?
Regarding the SQL: Is there some reason I can't use regular SQL in the query? It seems like you might be parsing it or something because SQL queries that work fine in MySQL cause a white screen or out of memory error in DataTables. One of my other issues is that I have a column of numbers representing words that I need to replace, and I don't see a way to do that without some sort of PHP or special SQL function query. (e.g., replacing "1" with "General", "2" with "Special", etc., and having the words appear in the column instead of the numbers).
Thanks!