Hi everybody,
if i display a text in a table like this, it is working:
<Text text="{ID}" />
But i would like to set the path parameter and after that a formatter, but this is not working (empty column):
<Text text="{path: 'ID'}" />
Any ideas? The table is defined as follows:
<t:Table id="idUrgencyOfRequests" inset="false" rows="{/ChargingOrders}">
The problem occurrs with every column. As long as i write the column name directly, everything works fine, as soon as i try to set it via the path parameter, nothing is displayed.
Best regards,
Tobias