Skip to content

[Feat]: Add password column type with per-row visibility toggle to the table component #2089

@nangelov-eti

Description

@nangelov-eti

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions