orbeon forms viewer summary table sort

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

orbeon forms viewer summary table sort

khh7112
This is my first post, so if I am breaking some forum rules, I'll apologize up front....sorry.

My question:  Is it possible to setup the forms-runner summary table to be sortable by clicking the column header?


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: orbeon forms viewer summary table sort

Alessandro  Vernet
Administrator
Kevin,

Short answer: sorting is currently not supported on the summary page.

Long answer: however, this wouldn't be too hard to do:

* The summary page uses the fr:datatable component which supports
"external sorting". In this case this means that the sorting would be
done in the database, as we don't want to pull down all the data and
then sort it in the middle tier. So we would need to enable the
external sorting.
* We have a sort-key as part of the search API, it is only supported
in the eXist persistence layer. So we would need to implement the
support for the sort-key in the Oracle and MySQL persistence layer.

Alex

On Sat, Feb 26, 2011 at 3:20 AM, Dr. Kevin Hunt <[hidden email]> wrote:

> This is my first post, so if I am breaking some forum rules, I'll apologize
> up front....sorry.
>
> My question:  Is it possible to setup the forms-runner summary table to be
> sortable by clicking the column header?
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing
> list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet