Unnecessary zeros when adding new row (data schema default values) #132

Open
mihajlo wants to merge 2 commits from issue-131 into main
Owner

Close #131

Intent

While building a DC validator class we described proper data schema HOT expects because we are using array of objects.
Source: https://handsontable.com/docs/javascript-data-grid/api/options/#dataschema

While doing default values must be described, and we made a mistake influenced by a HOT docs suggestions and put 0 as a default value.

Close #131 ## Intent While building a DC validator class we described proper `data schema` HOT expects because we are using `array of objects`. Source: https://handsontable.com/docs/javascript-data-grid/api/options/#dataschema While doing default values must be described, and we made a mistake influenced by a `HOT docs` suggestions and put `0` as a default value.
mihajlo added 1 commit 2024-09-27 11:42:13 +00:00
fix: unnecessary zeros when adding new row (data schema default values)
Some checks failed
Build / Build-and-ng-test (pull_request) Failing after 1m59s
a1a90519c5
mihajlo added 1 commit 2024-09-27 12:05:50 +00:00
chore: fixed tsconfig cypress and angular karma conflicts
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 4m13s
e4e04a193f
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 4m13s
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin issue-131:issue-131
git checkout issue-131
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: dc/dc#132
No description provided.