Table render issue

Tags: #<Tag:0x00007efc6bbfe9b0> #<Tag:0x00007efc6bbfdce0>

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?

11%E2%80%AFAM

Hi @tajit40.at

It seems that you are missing the CSS file import.


Ref: https://handsontable.com/docs/javascript-data-grid/angular-installation/

And here’s how it is placed in a new Angular demo https://stackblitz.com/edit/1n54rx?file=angular.json%3AL26 which uses the in angular.json convention to load CSS files.