I am setting some cells with background-color by using “afterOnCellMouseDown” hook but when I reload my browser background-color disappears. I need to maintain those settings properties of each cell no matter how many times I refresh my browser. How could I do that?
Hi @aleksandra_budnik
I am trying to implement React-redux in order to maintain background-color with no success, I already used “cells” hook inside “afterOnCellMouseDown” hook but when I refresh my browser background color disappears. I already tried to set background color by using setCellMeta but This hook does not work.
I don´t know what else I can do.
Storing (in any other way that localStorage) has to be done on the server.
Handsontable provides hooks to control user choices and events and offers comprehensive API. But we do not offer back-end solutions. In your case you’d need to store users preferences on the server and when they log in run updateSettings() /setSellMeta() on the table or create a table with their preferred settings.