cannot get them to work
here is the code snippet,
login.editionView()
.fields([
nga.field('username'),
nga.field('password'),
nga.field('user', 'reference')
.perPage(10)
.sortDir("ASC")
.sortField("nickname")
.label('User')
.targetEntity(user)
.targetField(nga.field('nickname'))
]);
but the actual request is sent with "id" and "DESC"
i guess its a bug?
cannot get them to work
here is the code snippet,
but the actual request is sent with "id" and "DESC"
i guess its a bug?