Handsontable numeric format not working through settings

Hello,

I am using Handsontable 2.0.0 with angular material front end. Handsontable is initiated using ngHandsontable plugin and I have an issue with formatting the number displayed.

Is this the way to establish number format for each cell as I am doing it in runtime

Tried this as well

Found the issue

need to use numericFormat = {pattern : ‘0’} in 2.0.0

Thank you for an update.

I am closing the issue report.