Skip to main content

All Questions

Tagged with
2 votes
1 answer
1k views

Handsontable - can't set thousand separator for custom cell

I'm using Handsontable library for edit spreadsheet with financial data. I'm set custom numeral format, for using ' ' (space) as thousand separator. numeral.language('ru', { delimiters: { ...
lewis's user avatar
  • 492
-1 votes
3 answers
43 views

How To Check Value Of String

<span id='amount'>0.00000000</span> <a class='button-withdraw' id='tombolco' href='#'>Checkout</a> <script> var amount = document.getElementById("amount").innerHTML; ...
DeVoresyah's user avatar