Password

Password cell type

This kind of cell behaves like a text cell with a difference that it masks its value using asterisk in cell renderer. For the cell editor, a <input type="password"> field is used. Data is stored in the data source as plain text.

Fixed hash length

By default every hash has length equal to the length of value that it corresponds with. Use option hashLength to set fixed hash length.

Custom hash symbol

By default every hash consists of asterisks *. Use option hashSymbol to set custom hash symbol. You can use any character, entity or event HTML. Note that you can't change symbol used by the input field due to browsers limitations.

Edit this page

Tutorial: Password