Fork me on GitHub

Handsontable

a minimalistic Excel-like data grid editor for HTML, JavaScript & jQuery

Password cell type

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.

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: 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.