wanquantong

Results 3 comments of wanquantong

@adrianszymanski89 ``` Handsontable with HyperFormula // HyperFormula const hyperformulaInstance = HyperFormula.buildEmpty({ licenseKey: 'non-commercial-and-evaluation', }); // Handsontable const container = document.getElementById('example'); const hot = new Handsontable(container, { data: [ ['1.111', '2.222',...

@adrianszymanski89 https://stackblitz.com/edit/stackblitz-starters-bldqazlm?file=index.html

@adrianszymanski89 Numbro.js works well at 0,0 for integer https://stackblitz.com/edit/stackblitz-starters-rp8khjea?file=index.html ![Image](https://github.com/user-attachments/assets/a30f0f9e-fbb3-4a8a-8e5f-e2f451f537c2) > [@wanquantong](https://github.com/wanquantong) > > Thank you for the example. This pattern does work, but it's meant for other use cases,...