Example of undefined in React Spreadsheet Component

/
/
CellDataBinding

This sample illustrates a monthly budget for a home using planned versus actual costs with cell data binding feature.

More Details...

Loading....
Description

The Spreadsheet component supports data binding for individual cells in a sheet. You can set value, styles and format to a cell using following properties:

  • index - Specify index for a cell.
  • value - Specify cell value.
  • style - Specify style for the cell.
  • format - Apply number formatting for the cell.

More information about cell data binding feature can be found in this documentation section.