Skip to Content
0
Former Member
Jul 26, 2016 at 08:15 AM

Path binding not working

225 Views

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