The initialization formula does not trigger a detailed description

Tags: #<Tag:0x00007efc6251dd98>

Hi @gg2306436660

Thank you for the example. @aleksandra_budnik asked me to check your issue.

There are two things that can be done to fix it. First, you define the data as simple array, which is not recommended way. It should be either array of arrays (can be empty), or array of objects.

However, if you want to keep it this way and have formulas working, you need to define the HyperFormula engine within the main settings. You can see how I did it in this example: https://jsfiddle.net/handsoncode/6p5ay2xq/

I hope that helps.

Hello, your example helped me, thank you very much. My data source is an array object, should I define this data with [{}]?

Hi @gg2306436660

I’m glad that helped. You can find all available data formats in this guide: https://handsontable.com/docs/javascript-data-grid/binding-to-data/