About Switching the table view without modify the highlighted cell

Tags: #<Tag:0x00007efc705c7830>

Hi,
I have two table in the dataset, For the first table content i highlighted the cell value which is no equal to 0 just like this


then i want to switch to the second table and change the value inside the cell and only highlight the cell which is highlighted in the first table.
which mean in the second table i only want to highlight the cell i have circle it.
Is this possible to do that?
Thank you very much.

Hey @oldnews

I do not know ho you attach the background for a table no 1 but sure, it is either possible via setCellMeta or cells method.

Here’s an article that may help https://handsontable.com/blog/articles/2016/4/expand-your-app-with-cell-dependencies It has some example of cell dependencies. If you need to do anything to an another table you just use its variable name.