Hi,
I need to add a custom column in PDS110 to add the item status (STAT field) next to the last default column.
I didn't have any issue doing this in old UI and it was working fine, but since new UI will become mandatory, I need to reproduce the same thing on the new UI v2.
My question is, does anybody already figured out on how to make this happend with the new UI ? Everytime I try to add the STAT field, it gets really slow (and even crashes my web browser), because for each ITNO, I need to call the API to get the STAT field value.
The H5 example documentation is adding a custom column, but there are no API calls within, just some dummy data. As long as the call is not asynchronous, it works fine, but when I add an API call, everything become crazy slow. If you had already encouter this problem, I would really know how did you fix this.
Thank you,
Nagib.