Import handsontable syntax for subfolders 7.0.0

Tags: #<Tag:0x00007f8b260620f8>

Hi, have a difficulties to import component into file for multiple sub-folders.

import * as Handsontable from ‘handsontable’ works fine in case of the same folder

import { HotTableRegisterer } from ‘@handsontable/angular’; is not working for sub-folder.

Can you please provide the correct import command? Using version 7.0.0 now.

Are there any differences for another versions?

Best,
Sergey

Hey @sergey.khorenko

here are some examples for Handsontable for Angular 7+

https://jsfiddle.net/AMBudnik/fw1ykx4t/

let me know if that helped. If not I might need a .zip from you.

Hi Aleksandra,

Can you please share some samples for Angular for

1.Update/Save data from grid array/collection into Oracle or file.

  1. Add new row functionality (button?).

  2. How to set header background color? I found how to set styling for the header text font, but background color for header cell is not working.

  3. How can I click on a certain row and pass parameters from there in order to load another instance of Handsontable on the same page.

Regards,

Sergey

Hey @sergey.khorenko

Here’s an example https://jsfiddle.net/x2hc50t9/1/

Unfortunately, we do not have examples for loading/saving data from/to server besides this one https://handsontable.com/docs/7.3.0/tutorial-load-and-save.html