Open jcrutchy opened 5 years ago
enabled sort and dir url parameters for list field sorting just need for javascript handler of combo box to operate on these url parameters
commit ref: https://github.com/crutchy-/webdb/commit/6b5e16ad1f6e4a190da1f1131259fcf3aa580adf
add a combo box containing a list of sortable field names to the list form, with a form config flag to show it or not
add a "sortable_fields" list to form config
when combo selection is changed, refresh the page (do the actual sorting via SQL query because JS sorting is slow)