Posts Tagged ‘sort’
CDS Invenio: advanced search sort options language issues [SOLVED]
We have noticed that the sort_options in the advanced search of CDS Invenio Repository (release 0.99.1) were being displayed in english by default. The select box is generated in your lib/python/invenio/websearch_templates.py (I defined a custom template so my file is lib/python/invenio/websearch_templates_buz.py, more precisely in the tmpl_search_box function. The sort_fields are passed to that function by [...]
Javascript – sort tables (by column values) [easy and opensource]
If you see a table in a client-side application, you’ll expect to be able to click on the headers and have the table sort, would you not? I know it always annoys me when you can’t. A fair few web applications do allow this; most of them, which are pulling this data by submitting a [...]