Table render issue

Hi All, I have just started learning Handson table from official documentation and started with first example which was implemented using Angular. I’m using Angular 17 and there is difference between the output in example to the output in my screen. Can anyone help?

Hi @tajit40.at

It seems that you are missing the CSS file import.

24
Ref: Installation - Angular Data Grid | Handsontable

And here’s how it is placed in a new Angular demo handsontable - StackBlitz which uses the in angular.json convention to load CSS files.