How to display masked value in table columns?
I have an input for a phone like this:
But in the table, it is showing plain digits like "2223334444" (because that is what stored in the db). I guess there's a better way to handle columns like this before I experiment
But in the table, it is showing plain digits like "2223334444" (because that is what stored in the db). I guess there's a better way to handle columns like this before I experiment
->formatStateUsing method?