how can i create datatable,repeated grid in orbeon form and lode it with dynamic data

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

how can i create datatable,repeated grid in orbeon form and lode it with dynamic data

pratik
I am new to orbeon and xforms
I have a requirement to create a data table and show the user form data in that. I learned that there is no element for datatable, i tried using repeated grid but it is not auto incremental for loading dynamic data.
could anyone help on this(solution/alternative or any example code)
Reply | Threaded
Open this post in threaded view
|

Re: how can i create datatable,repeated grid in orbeon form and lode it with dynamic data

Erik Bruchez
Administrator
There is no real datatable component in Orbeon Forms 4.x. The closest thing is the `fr:grid` component, which you have seen.

It might be possible to write a lot of XForms code to achieve what you want with `fr:grid`, but that's out of the scope of this forum.

In the future, we should look into providing a higher-level datatable component, but it's not there yet (there was one in Orbeon Forms 3.x but it has been removed as it was no longer maintained).

-Erik