如何将每个单元格占位符添加到 handsontable?

How to add per-cell placeholders to a handsontable?

我正在开发一个小应用程序,训练用户在单元格中导航并输入预定义(占位符)内容。

我知道可以添加每列占位符,但还没有找到添加每个单元格占位符的方法。

有什么办法吗?

尝试将占位符添加到 cellProperties 而不是 Column。我想它应该工作。级联配置应该选择单元格属性。 https://github.com/handsontable/handsontable/wiki/Options#how-does-cascading-configuration-work