Need to align content to the right side of the cell.
If space exist in the cell need to populate with dots
Hello Welcome to Stackoverflow
......Welcome to Stackoverflow
................ Stacloverflow
.................iiiiiiiiiiiii
.................WWWWWWWWWWWWW
Constraints
- If content is overflowing need to hide (overflow=”hidden”)
- Content must be right aligned
Note:
tried with length of the string, but on real values all characters not occupying similar space (‘W’ takes double space compared to ‘i’)
Sample Snapshots
Expected