jcrutchy / webdb

Framework for building low/no-code web-based database applications.
MIT License
5 stars 5 forks source link

select combo for sort field #2

Open jcrutchy opened 5 years ago

jcrutchy commented 5 years ago

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)

jcrutchy commented 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