Hi all,
I am developing a reactive web application
Is it possible to develop the nested table in reactive web app.
for reference, i have attached the image.
Regards,
Ellakkiya.S
Just an FYI, this error was due to a bug that was fixed in Platform Server version 11.10.0 or later.
Nordin
Hello Ellakkiya.S
You can do that with table records and Web blocks inside the table records (with the input of the current record)
I attached an example oml.
Please feel free to question if you need more help.
BR.
Luis
Another option can be a set of nested Accordions and List of records with a table records in the end.
Maria da Graça Peixoto wrote:
Hi Maria da Graça Peixoto,
Thankyou for your reply
Will try with accordion
Ellakkiya Selvadurai wrote:
Hi check if isn't this behaviour you are trying to achieve
https://www.outsystems.com/whats-new/data-grid-component-forge/
if yes here is the component: https://www.outsystems.com/forge/component-overview/5554/data-grid
and a sample: https://www.outsystems.com/forge/component-overview/5555/data-grid-sample
Best regards
Carlos Lessa
Hi Carlos Lessa,
For my usecase, i can't use datagrid
Welcome and good code!
Hi Luis,
Thankyou for your reply,
I am facing some of the difficulties while developing.
Here i have attached the image.. what i need
I have done in traditional web application based on the below structure . but i don't know how to do it in reactive web app
Here i need to add one additional point. Each column in the table is resizable.
Hello Ellakkiya,
In the reactive application, you don't have the element ListRecords so I suggested you use web blocks to and place it inside the table records. For columns, you need to create containers for each column as you can see below.
Did you have a look at the oml that I sent? Did you understand how I build the nested tables?
LuÃs Cardoso wrote:
Hi luis,
I have look into the oml.
it displays the error "cannot read property 'Set Attribute' of undefined"
and also UI is get collapsed when the responsive of the screen is tested.
Herewith i attach the updated oml
Hi!
About the error, I found this post with similar error.
Can you check if all the table records are OK?
In reactive the widget "list" can be used the same way "listrecords".
I have checked all the headers in the table records. Still i am getting the same error
For more reference, i have attached the oml in the above post