Hello
In Classic UI I've customized a section page (let me call it "Production Page") with 3 details that must be shown and filtered depending on the record selected in the previous detail.
Let me call "detail 1", "detail 2" and "detail 3" the three details.
Only "detail 1" is visible opening the Production Page.
When the user selects an item from the "detail 1", then "detail 2" becomes visible and is filtered based on the Id of the "detail 1" selectet item.
When the user selects an item from the "detail 2", then "detail 3" becomes visible and is filtered based on the Id of the "detail 2" selectet item.
I've implementd it with custom javascript code in my classic ui "Production Page" and works very well.
My customer wants to migrate its classic section to Freedom UI, then I must do the same thing in a Freedom UI FormPage using list or datagrid components.
I've not found any documntation or guide on handling list item selection events.
How can I do it?
Is there a way to hide the "Open, Copy and Delete" bullet point shown at the left of the rows of a freedom UI list component?
Thanks
Regards