Is your feature request related to a problem?
Currently, there is no dedicated Password column type available in the table component. When storing or displaying password-like fields, the values are shown as plain text, which can expose sensitive information and create privacy concerns.
Describe the solution you'd like
I would like a new Password column type that masks the value by default (e.g., with dots or asterisks) and provides a small toggle icon on each row to show or hide the password. The visibility toggle should only affect the specific row being viewed, not the entire column.
Describe alternatives you've considered
I have considered using all existing column types, but none of them provide the ability to mask sensitive values or toggle visibility per row.
Additional context
A password-type column will improve usability for cases like credential management, configuration tools, and admin panels.