QoL Features
Filter backend support
Transmutations
AddDefaultAngularCrud
DataElement
First it triggers the AddDefaultRestApi
transmutation from the rest-expanders, to generate the needed endpoints. Afterwards it will create a DataConnector
and DataView
for the select DataElement
. It will also add the option angular.migration.filter
to the name
field or the functionalKey
field if name
is not present.
AddDefaultAngularTable
DataElement
Adds the angular.isTableColumn
option to all fields with the option exposeRestField
.