Worth to mention: make selections by clicking checkboxes and retrieve an array with the guids for the checked records with UI datatable selection
. Functions that are connected with the edit/detail pins will automatically have the guid from the current row as a pin to retrieve the document. Set datatable filters that show up as buttons to help users with common searches and selections.
Row render
pin in the datatable, field and form cards, allows you to add a function that formats data in a special way. This way you can make very sophisticated tables.
In the rowrenderer you can set UI formats, like a date format. You can retrieve related documents and show fields from another storage in your data row. You can make custom buttons, for example to download files. Or you can add styling or classes to a row or field based on conditions. The best way to get a grip on row render functions is to look at some examples.
The only required pins are Fields
and Document
(the data source). The other pins can be used if you want to change the layout. Row render and Edit button work similar to the datatable.
In the demo cluster you can find a blueprint Demo - Graphs that shows a few examples. If you don't have access to the demo environment yet, please contact us.
Another method to export data manually is to use buttons in a datable row or a field card that allow the user to download PDF that was saved in the document.
part of the Basic Rual Developer courses