This kind of cell behaves like a text cell with a difference that it masks it's value using asterisk in cell renderer.
For the cell editor, a <input type="password"> field is used.
<input type="password">
Data is stored in the data source as plain text.
Dump data to console
By default every hash has length equal to the length of value that it corresponds with. Use option hashLength to set fixed hash length.
hashLength
By default every hash consists of asterisks *. Use option hashSymbol to set custom hash symbol. You can use any character, entity or event HTML.
*
hashSymbol
Note: You cannot change symbol used by the input field due to browsers limitations.
For more examples, head back to the main page.
Handsontable © 2012 Marcin Warpechowski and contributors. Code and documentation licensed under the The MIT License.