Skip to Content
0
Dec 21, 2022 at 12:13 PM

Mask Column data in SAP UI5 table

52 Views

There is a column in one of the table which contains sensitive data. I need to mask this value, except the first 4 digits, for instance:

Number: 999*******

Is there any way to achieve this? Or should I write a custom code to do so?

Thanks in advance!