Hello
Currently I am working on React &Type Script Project.
how can I define data type for
const hotData = Handsontable.helper.createSpreadsheetData(10, 5);
Regards
Hello
Currently I am working on React &Type Script Project.
how can I define data type for
const hotData = Handsontable.helper.createSpreadsheetData(10, 5);
Regards
The createSpreadsheetData()
method is a helper. It creates an array of arrays with some A, B, C... XYZ
data in cells. IT is only there in our demos to help us represent data within cells.
When it comes to using ‘real’ data in your project here https://handsontable.com/docs/binding-to-data/ is the quick tutorial with demos, that include