IMPLEMENT VALIDATORS FOR THE NUMERICAL ENTRY IN THE EDITOR OF THE DATATABLE LIBRARY

Job ID: 31835951

Budget: $10 – $30 USD

WANTED FULL STACK PROGRAMMER.

Experience working in: ASP.NET 5, Jquery, Bootstrap.

Link with the partial project working: http://live.datatables.net/vedaburo/1/edit

Field operation NUMBER:
> Restrictions:
- Allow the maximum entry of 4 integer digits.
- Allow the maximum entry of 2 decimal places.
- Allow only the entry of digits from 0 to 9, and allow to write only the character '.' To mark the decimal position, no other characters are allowed.
- The entry of negative values ​​is not allowed.

> Operation:
- The user will have a time of 1.5 seconds between each digit to be able to fully enter the value, otherwise two decimal places with zero value will automatically be added.
Examples:
If the user does not make changes, he must keep the value of the table.
If you only enter the value 1, after 1.5 seconds two zero will be added automatically in the decimal place, result value: 1.00
If you only enter the value 12, after 1.5 seconds two zeros will be added automatically in the decimal place, result value: 12.00
If you only enter the value 123, after 1.5 seconds two zeros will be added automatically in the decimal place, result value: 123.00
If you only enter the value 1234, after 1.5 seconds two zeros will be added automatically in the decimal place, result value: 1234.00
The values ​​in the decimal position can be modified by the user, keeping the length of 2 decimal places.
You will not be able to enter 12345, due to the initial restriction.
You will not be able to enter x.567, more than two decimal places due to the initial restriction.

Finally, you should always make sure that the result is a valid value with the minimum X.XX or maximum XXXX.XX format.

Field operation COORDINATE EAST:
> Restrictions:
- The value to be entered will be restricted to the following numerical mask: 000000.00 (6 integer and 2 decimal places)
- Allow only the entry of digits from 0 to 9, and allow to write only the character '.' To mark the decimal position, no other characters are allowed.
- The entry of negative values ​​is not allowed.
> Operation:
- The value will have to be entered according to the format of the mask 000000.00
- If the user does not make changes, he must keep the value of the table.

Finally, you should always make sure that the result is a valid value with the format XXXXXX.XX

Note: Suggestions to improve or replace some of the conditions and / or restrictions mentioned are accepted for both controls.

PLEASE ONLY OFFER THOSE THAT CAN DEVELOP AND COMPLY WITH AS REQUESTED.